ModelComponentCollection Members

Include Protected Members
Include Inherited Members

Contains a collection of ModelComponent objects.

The ModelComponentCollection type exposes the following members.

Constructors

  Name Description
Protected method ModelComponentCollection(IModelComponent)

Top

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(ModelComponent, String%) Infrastructure.
Protected method ChangeKey(String, String) 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(Array, Int32) 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(Object) (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(String, Boolean, String) 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(IModelComponent)
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

Properties

  Name Description
Public property Count Gets the number of ModelComponent objects in the ModelComponentCollection.
Protected property DemandLoadingService Infrastructure.
Public property IsFixedSize Gets a value indicating whether the ModelComponentCollection has a fixed size.
Public property IsReadOnly Gets a value indicating whether the ModelComponentCollection is read-only.
Public property IsSynchronized Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe).
Protected property Item[Int32] Gets the IModelComponent at the specified index.
Protected property ItemsType Gets the Type of objects that can be contained by the ModelComponentCollection.
Public property Parent Gets the IModelComponent that contains the ModelComponentCollection.
Protected property Preloadable Infrastructure.
Public property SyncRoot Gets an object that can be used to synchronize access to the ModelComponentCollection.

Top

Events

  Name Description
Public event CollectionChanged Infrastructure.
Public event CollectionChanging Infrastructure.

Top