Share via


ModelItemOperationsCollection Members

Include Protected Members
Include Inherited Members

Represents a collection of ModelItemOperationsCollection.

The ModelItemOperationsCollection type exposes the following members.

Constructors

  Name Description
Public method ModelItemOperationsCollection() Constructs a ModelItemOperationsCollection object.

Top

Methods

  Name Description
Public method Add(ModelItemOperation) Adds a ModelItemOperation to the ModelItemOperationsCollection.
Public method Clear() (Inherited from CollectionBase.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() (Inherited from CollectionBase.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method OnClear() (Inherited from CollectionBase.)
Protected method OnClearComplete() (Inherited from CollectionBase.)
Protected method OnInsert(Int32, Object) (Inherited from CollectionBase.)
Protected method OnInsertComplete(Int32, Object) (Inherited from CollectionBase.)
Protected method OnRemove(Int32, Object) (Inherited from CollectionBase.)
Protected method OnRemoveComplete(Int32, Object) (Inherited from CollectionBase.)
Protected method OnSet(Int32, Object, Object) (Inherited from CollectionBase.)
Protected method OnSetComplete(Int32, Object, Object) (Inherited from CollectionBase.)
Protected method OnValidate(Object) (Inherited from CollectionBase.)
Public method RemoveAt(Int32) (Inherited from CollectionBase.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Capacity (Inherited from CollectionBase.)
Public property Count (Inherited from CollectionBase.)
Protected property InnerList (Inherited from CollectionBase.)
Public property Item[Int32] Returns a ModelItemOperation in the ModelItemOperationsCollection.
Protected property List (Inherited from CollectionBase.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add(Object) (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Contains(Object) (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method ICollection.CopyTo(Array, Int32) (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.IndexOf(Object) (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Insert(Int32, Object) (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.Item[Int32] (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Remove(Object) (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from CollectionBase.)

Top