MindFusion.Scheduling for Silverlight Programmer's Guide
CreateActivityCommand Constructor (IProjectViewModel, IActivityViewModel, Int32)
See Also
 





Initializes a new instance of the CreateActivityCommand class.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public CreateActivityCommand (
    IProjectViewModel project,
    IActivityViewModel parent,
    int index
)

Visual Basic  Copy Code

Public New ( _
    project As IProjectViewModel, _
    parent As IActivityViewModel, _
    index As Integer _
)

 Parameters

project

The project this command will operate on.

parent

The activity to be used as a parent for the newly created activity.

index

The index within parent where the newly created activity will be added.

 See Also

CreateActivityCommand Constructor Overload List
CreateActivityCommand Class
MindFusion.DataViews.Silverlight Namespace