ModelComponentCollection Properties

Include Protected Members
Include Inherited Members

The ModelComponentCollection type exposes the following members.

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 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

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IList.Item
Explicit interface implemetationPrivate property IOnDemandLoadableCollection.Loaded

Top