ModelItemOperationsCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of ModelItemOperationsCollection.
The ModelItemOperationsCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ModelItemOperationsCollection() | Constructs a ModelItemOperationsCollection object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add(ModelItemOperation) | Adds a ModelItemOperation to the ModelItemOperationsCollection. |
![]() |
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] | Returns a ModelItemOperation in the ModelItemOperationsCollection. |
![]() |
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