ResourceAssignmentCollection
Contents
[
Hide
]ResourceAssignmentCollection class
Represents a collection of ResourceAssignment objects.
Methods
| Name | Description |
|---|---|
| Add (4 overloads) | This is the stub implementation of ICollection’s Add method, that only throws NotSupportedException |
| get_Count | Gets the number of objects contained in the ResourceAssignmentCollection . |
| get_IsReadOnly | Gets a value indicating whether this collection is read only. |
| get_ParentProject | Gets the parent project of the ResourceAssignmentCollection object. |
| GetByUid | Returns an assignment with the specified uid. |
| GetEnumerator | Returns an enumerator for this collection. |
| idx_get | Returns the element at the specified index. |
| idx_set | Returns the element at the specified index. |
| Remove | Removes specified assignment from collection, if it is not read-only, otherwise throws NotSupportedException. |
| RemoveAt | Removes assignment at specified index, if collection is not read-only, otherwise throws NotSupportedException. |
| ToList | Converts the ResourceAssignmentCollection object to a list of ResourceAssignment objects. |