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

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