Partager via


Membres ModelComponentCollection

Contains a collection of ModelComponent objects.

Le type ModelComponentCollection expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée ModelComponentCollection

Haut de la page

Méthodes

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

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of ModelComponent objects in the ModelComponentCollection.
Propriété protégée DemandLoadingService Infrastructure.
Propriété publique IsFixedSize Gets a value indicating whether the ModelComponentCollection has a fixed size.
Propriété publique IsReadOnly Gets a value indicating whether the ModelComponentCollection is read-only.
Propriété publique IsSynchronized Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe).
Propriété protégée Item Gets the IModelComponent at the specified index.
Propriété protégée ItemsType Gets the Type of objects that can be contained by the ModelComponentCollection.
Propriété publique Parent Gets the IModelComponent that contains the ModelComponentCollection.
Propriété protégée Preloadable Infrastructure.
Propriété publique SyncRoot Gets an object that can be used to synchronize access to the ModelComponentCollection.

Haut de la page

Événements

  Nom Description
Événement public CollectionChanged Infrastructure.
Événement public CollectionChanging Infrastructure.

Haut de la page