Search
CreateResourceAllocationCommand Constructor
See Also
 





Initializes a new instance of the CreateResourceAllocationCommand class.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public CreateResourceAllocationCommand (
    IProjectViewModel project,
    IResourceViewModel resource,
    IActivityViewModel activity
)

Visual Basic  Copy Code

Public New ( _
    project As IProjectViewModel, _
    resource As IResourceViewModel, _
    activity As IActivityViewModel _
)

 Parameters

project

The project this command will operate on.

resource

The resource that will be allocated.

activity

The activity for which the resource will be allocated.

 See Also