MindFusion.Wpf Pack Programmer's Guide
IResourceAllocationViewModel Members
Properties Methods
 


Represents the allocation of a resource for a specific activity.

The following tables list the members exposed by the IResourceAllocationViewModel type.

 Public Properties

  Name Description

Activity

Gets or sets the activity associated with this allocation.

ActivityName

Gets the name of the associated activity.

Duration

Gets or sets the duration time of the resource allocation.

EndTime

Gets or sets the end time of the resource allocation.

Progress

Gets or sets the progress of the allocation, expressed as a value in the range [0..1].

Resource

Gets or sets the resource associated with this allocation.

ScheduleMode

Gets the ScheduleMode of the associated activity.

StartTime

Gets or sets the start time of the resource allocation.

 Public Methods

  Name Description

SetTimes

Sets the start time and duration of the allocation, optionally synchronizing the associated activity by calling its UpdateTimesFromAllocations method.

 See Also

IResourceAllocationViewModel Interface
MindFusion.DataViews.Wpf Namespace