MindFusion.Scheduling for Silverlight Programmer's Guide
Command Constructor
See Also
 





Initializes a new instance of the Command class.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

protected Command (
    Schedule schedule
)

Visual Basic  Copy Code

Protected New ( _
    schedule As Schedule _
)

 Parameters

schedule
The Schedule object this command will operate on.

 See Also

Command Class
MindFusion.Scheduling Namespace