Represents an activity in the ViewModel.
The following tables list the members exposed by the IActivityViewModel type.
Name | Description | |
---|---|---|
![]() |
Gets or sets the name of the activity. |
|
![]() |
Gets or sets the duration of the activity. |
|
![]() |
Gets or sets the end time of the activity. |
|
![]() |
Gets or sets a value indicating whether this activity is part of the critical path. |
|
![]() |
Gets or sets a value indicating whether the activity is a milestone. |
|
![]() |
Gets the parent activity of this activity in the ViewModel. |
|
![]() |
Gets or sets the progress of the activity, expressed as a value in the range [0..1]. |
|
![]() |
Gets a list with objects describing the resources allocated for this activity. |
|
![]() |
Gets or sets a value indicating whether activities resize to the extent of their subactivities. |
|
![]() |
Gets or sets the start time of the activity. |
|
![]() |
Gets the child activities of this activity in the ViewModel. |
Name | Description | |
---|---|---|
![]() |
Adds the specified activity as a child to this activity in the underlying Model. |
|
![]() |
Adds the resource allocation to this activity. |
|
![]() |
Updates the activity according to its children. |
|
![]() |
Indicates that an Auto activity will be updated according to its children. |
|
![]() |
Indicates that an Auto activity is no longer updated according to its children. |
|
![]() |
Raises the PropertyChanged event on this activity. |
|
![]() |
Removes the specified activity from the underlying Model. |
|
![]() |
Removes the resource allocation from this activity. |
|
![]() |
Sets both start time and duration to the specified values. |
|
![]() |
Invoked when the underlying resource allocations change to allow the activity to update its start and end time accordingly. |