ResourceOperationsCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of resource operations.
The ResourceOperationsCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResourceOperationsCollection() | Initializes a new instance of the ResourceOperationsCollection class. |
Top
Methods
Name | Description | |
---|---|---|
Add(ResourceOperation) | Adds an object to the end of the ResourceOperationsCollection. | |
Clear() | (Inherited from CollectionBase.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetEnumerator() | (Inherited from CollectionBase.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
OnClear() | (Inherited from CollectionBase.) | |
OnClearComplete() | (Inherited from CollectionBase.) | |
OnInsert(Int32, Object) | (Inherited from CollectionBase.) | |
OnInsertComplete(Int32, Object) | (Inherited from CollectionBase.) | |
OnRemove(Int32, Object) | (Inherited from CollectionBase.) | |
OnRemoveComplete(Int32, Object) | (Inherited from CollectionBase.) | |
OnSet(Int32, Object, Object) | (Inherited from CollectionBase.) | |
OnSetComplete(Int32, Object, Object) | (Inherited from CollectionBase.) | |
OnValidate(Object) | (Inherited from CollectionBase.) | |
RemoveAt(Int32) | (Inherited from CollectionBase.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) | |
Count | (Inherited from CollectionBase.) | |
InnerList | (Inherited from CollectionBase.) | |
Item[Int32] | Gets or sets the element at the specified index. In C#, this property is the indexer for the ResourceOperationsCollection class. | |
List | (Inherited from CollectionBase.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add(Object) | (Inherited from CollectionBase.) | |
IList.Contains(Object) | (Inherited from CollectionBase.) | |
ICollection.CopyTo(Array, Int32) | (Inherited from CollectionBase.) | |
IList.IndexOf(Object) | (Inherited from CollectionBase.) | |
IList.Insert(Int32, Object) | (Inherited from CollectionBase.) | |
IList.IsFixedSize | (Inherited from CollectionBase.) | |
IList.IsReadOnly | (Inherited from CollectionBase.) | |
ICollection.IsSynchronized | (Inherited from CollectionBase.) | |
IList.Item[Int32] | (Inherited from CollectionBase.) | |
IList.Remove(Object) | (Inherited from CollectionBase.) | |
ICollection.SyncRoot | (Inherited from CollectionBase.) |
Top