MindFusion.Scheduling for Silverlight Programmer's Guide
IActivityViewModel Properties
 


 Public Properties

  Name Description

ActivityName

Gets or sets the name of the activity.

Duration

Gets or sets the duration of the activity.

EndTime

Gets or sets the end time of the activity.

IsCritical

Gets or sets a value indicating whether this activity is part of the critical path.

IsMilestone

Gets or sets a value indicating whether the activity is a milestone.

Parent

Gets the parent activity of this activity in the ViewModel.

Progress

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

ResourceAllocations

Gets a list with objects describing the resources allocated for this activity.

ScheduleMode

Gets or sets a value indicating whether activities resize to the extent of their subactivities.

StartTime

Gets or sets the start time of the activity.

Subactivities

Gets the child activities of this activity in the ViewModel.

 See Also

IActivityViewModel Interface
MindFusion.DataViews.Silverlight Namespace