Compartilhar via


Membros ModelComponentCollection

Contains a collection of ModelComponent objects.

O tipo ModelComponentCollection expõe os seguintes membros.

Construtores

  Nome Descrição
Método protegido ModelComponentCollection

Início

Métodos

  Nome Descrição
Método protegido Add(ModelComponent) Infraestrutura.
Método protegido Add(String, IModelComponent)
Método protegido Add(ModelComponent, Boolean) Infraestrutura.
Método protegido Add(String, IModelComponent, Boolean)
Método protegido AddNew(String, Type) Infraestrutura.
Método protegido AddNew(String, String, Type) Infraestrutura.
Método público CanAdd Infraestrutura.
Método protegido ChangeKey Infraestrutura.
Método público Clear Removes all elements from the ModelComponentCollection.
Método protegido Contains(String) Determines whether an item with the specified key is in the ModelComponentCollection.
Método protegido Contains(IModelComponent)
Método público CopyTo Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array.
Método protegido EnsureLoaded Infraestrutura.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Returns an enumerator that can iterate through the ModelComponentCollection.
Método público GetHashCode (Herdado de Object.)
Método protegido GetItem Gets a reference to the specified component.
Método público GetType (Herdado de Object.)
Método protegido IndexOf(String) Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection.
Método protegido IndexOf(IModelComponent)
Método protegido Insert(Int32, ModelComponent) Infraestrutura.
Método protegido Insert(IModelComponent, String, Int32)
Método protegido Insert(IModelComponent, String, Int32, Boolean)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido Remove
Método público RemoveAt(Int32) Removes the IModelComponent at the specified index from the ModelComponentCollection.
Método público RemoveAt(Int32, Boolean) Infraestrutura.
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of ModelComponent objects in the ModelComponentCollection.
Propriedade protegida DemandLoadingService Infraestrutura.
Propriedade pública IsFixedSize Gets a value indicating whether the ModelComponentCollection has a fixed size.
Propriedade pública IsReadOnly Gets a value indicating whether the ModelComponentCollection is read-only.
Propriedade pública IsSynchronized Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe).
Propriedade protegida Item Gets the IModelComponent at the specified index.
Propriedade protegida ItemsType Gets the Type of objects that can be contained by the ModelComponentCollection.
Propriedade pública Parent Gets the IModelComponent that contains the ModelComponentCollection.
Propriedade protegida Preloadable Infraestrutura.
Propriedade pública SyncRoot Gets an object that can be used to synchronize access to the ModelComponentCollection.

Início

Eventos

  Nome Descrição
Evento público CollectionChanged Infraestrutura.
Evento público CollectionChanging Infraestrutura.

Início