ModelComponentCollection Methods

Include Protected Members
Include Inherited Members

The ModelComponentCollection type exposes the following members.

Methods

  Name Description
Protected method Add(ModelComponent) Infrastructure.
Protected method Add(String, IModelComponent)
Protected method Add(ModelComponent, Boolean) Infrastructure.
Protected method Add(String, IModelComponent, Boolean)
Protected method AddNew(String, Type) Infrastructure.
Protected method AddNew(String, String, Type) Infrastructure.
Public method CanAdd Infrastructure.
Protected method ChangeKey Infrastructure.
Public method Clear Removes all elements from the ModelComponentCollection.
Protected method Contains(String) Determines whether an item with the specified key is in the ModelComponentCollection.
Protected method Contains(IModelComponent)
Public method CopyTo Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array.
Protected method EnsureLoaded Infrastructure.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that can iterate through the ModelComponentCollection.
Public method GetHashCode (Inherited from Object.)
Protected method GetItem Gets a reference to the specified component.
Public method GetType (Inherited from Object.)
Protected method IndexOf(String) Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection.
Protected method IndexOf(IModelComponent)
Protected method Insert(Int32, ModelComponent) Infrastructure.
Protected method Insert(IModelComponent, String, Int32)
Protected method Insert(IModelComponent, String, Int32, Boolean)
Protected method MemberwiseClone (Inherited from Object.)
Protected method Remove
Public method RemoveAt(Int32) Removes the IModelComponent at the specified index from the ModelComponentCollection.
Public method RemoveAt(Int32, Boolean) Infrastructure.
Public method ToString (Inherited from Object.)

Top