The Allocation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Allocation |
Initializes a new instance of the Allocation class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Overloaded. | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CompletedEffortUnits |
Gets or sets the completed effort units value of the Allocation.
| |
| ExcessUnits |
Gets the excess units value when this is an over allocation.
| |
| IsAvailable |
Gets or sets a value that indicates whether the resource is available for the assignments of the Allocation.
| |
| IsEmptyAllocation |
Gets a value indicating whether this is an empty allocation.
| |
| IsNormalAllocation |
Gets a value indicating whether this is a normal allocation.
| |
| IsOverAllocation |
Gets a value indicating whether this is an over allocation.
| |
| IsUnderAllocation |
Gets a value indicating whether this is an under allocation.
| |
| Resource |
Gets the allocated resource.
| |
| TimeInterval |
Gets or sets the time interval of the Allocation.
| |
| Units |
Gets or sets the units value of the Allocation.
|