ResourceAssignmentCollection

ResourceAssignmentCollection class

Represents a collection of ResourceAssignment objects.

Methods

NameDescription
Add (4 overloads)This is the stub implementation of ICollection’s Add method, that only throws NotSupportedException
get_CountGets the number of objects contained in the ResourceAssignmentCollection .
get_IsReadOnlyGets a value indicating whether this collection is read only.
get_ParentProjectGets the parent project of the ResourceAssignmentCollection object.
GetByUidReturns an assignment with the specified uid.
GetEnumeratorReturns an enumerator for this collection.
idx_getReturns the element at the specified index.
idx_setReturns the element at the specified index.
RemoveRemoves specified assignment from collection, if it is not read-only, otherwise throws NotSupportedException.
RemoveAtRemoves assignment at specified index, if collection is not read-only, otherwise throws NotSupportedException.
ToListConverts the ResourceAssignmentCollection object to a list of ResourceAssignment objects.