A model class that represents a resource allocation in activity or resource charts.
The following tables list the members exposed by the ResourceAllocation type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the ResourceAllocation class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets the activity for which the resource is allocated. |
|
![]() |
Gets or sets the name of the activity. |
|
![]() |
Gets or sets the end time of the allocation. |
|
![]() |
Gets or sets the progress/completion of the allocation. |
|
![]() |
Gets or sets the allocated resource. |
|
![]() |
Gets or sets the start time of the allocation. |
Public Events| Name | Description | |
|---|---|---|
![]() |
INotifyPropertyChanged.PropertyChanged implementation. |
See Also