Udostępnij przez


ModelComponentCollection Members

Contains a collection of ModelComponent objects.

The following tables list the members exposed by the ModelComponentCollection type.

Protected Constructors

  Name Description
ModelComponentCollection  

Top

Public Properties

(see also Protected Properties )

  Name Description
ms172093.pubproperty(pl-pl,SQL.100).gif Count Gets the number of ModelComponent objects in the ModelComponentCollection.
ms172093.pubproperty(pl-pl,SQL.100).gif IsFixedSize Gets a value indicating whether the ModelComponentCollection has a fixed size.
ms172093.pubproperty(pl-pl,SQL.100).gif IsReadOnly Gets a value indicating whether the ModelComponentCollection is read-only.
ms172093.pubproperty(pl-pl,SQL.100).gif IsSynchronized Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe).
ms172093.pubproperty(pl-pl,SQL.100).gif Parent Gets the IModelComponent that contains the ModelComponentCollection.
ms172093.pubproperty(pl-pl,SQL.100).gif SyncRoot Gets an object that can be used to synchronize access to the ModelComponentCollection.

Top

Protected Properties

  Name Description
ms172093.protproperty(pl-pl,SQL.100).gif DemandLoadingService  
ms172093.protproperty(pl-pl,SQL.100).gif Item Gets the IModelComponent at the specified index.
ms172093.protproperty(pl-pl,SQL.100).gif ItemsType Gets the Type of objects that can be contained by the ModelComponentCollection.
ms172093.protproperty(pl-pl,SQL.100).gif Preloadable  

Top

Public Methods

(see also Protected Methods )

  Name Description
ms172093.pubmethod(pl-pl,SQL.100).gif CanAdd  
ms172093.pubmethod(pl-pl,SQL.100).gif Clear Removes all elements from the ModelComponentCollection.
ms172093.pubmethod(pl-pl,SQL.100).gif CopyTo Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array.
ms172093.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms172093.pubmethod(pl-pl,SQL.100).gif GetEnumerator Returns an enumerator that can iterate through the ModelComponentCollection.
ms172093.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms172093.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms172093.pubmethod(pl-pl,SQL.100).gifms172093.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms172093.pubmethod(pl-pl,SQL.100).gif RemoveAt Overloaded. Removes the IModelComponent at the specified index from the ModelComponentCollection.
ms172093.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms172093.protmethod(pl-pl,SQL.100).gif Add Overloaded. Adds a ModelComponent object to the ModelComponentCollection.
ms172093.protmethod(pl-pl,SQL.100).gif AddNew Overloaded.  
ms172093.protmethod(pl-pl,SQL.100).gif ChangeKey  
ms172093.protmethod(pl-pl,SQL.100).gif Contains Overloaded.  
ms172093.protmethod(pl-pl,SQL.100).gif EnsureLoaded  
ms172093.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms172093.protmethod(pl-pl,SQL.100).gif GetItem Gets a reference to the specified component.
ms172093.protmethod(pl-pl,SQL.100).gif IndexOf Overloaded.  
ms172093.protmethod(pl-pl,SQL.100).gif Insert Overloaded. Inserts an IModelComponent in the ModelComponentCollection.
ms172093.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )
ms172093.protmethod(pl-pl,SQL.100).gif Remove  

Top

Public Events

  Name Description
ms172093.pubevent(pl-pl,SQL.100).gif CollectionChanged  
ms172093.pubevent(pl-pl,SQL.100).gif CollectionChanging  

Top