Condividi tramite


Membri ModelComponentCollection

Contains a collection of ModelComponent objects.

Il tipo ModelComponentCollection espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo protetto ModelComponentCollection

In alto

Metodi

  Nome Descrizione
Metodo protetto Add(ModelComponent) Infrastruttura.
Metodo protetto Add(String, IModelComponent)
Metodo protetto Add(ModelComponent, Boolean) Infrastruttura.
Metodo protetto Add(String, IModelComponent, Boolean)
Metodo protetto AddNew(String, Type) Infrastruttura.
Metodo protetto AddNew(String, String, Type) Infrastruttura.
Metodo pubblico CanAdd Infrastruttura.
Metodo protetto ChangeKey Infrastruttura.
Metodo pubblico Clear Removes all elements from the ModelComponentCollection.
Metodo protetto Contains(String) Determines whether an item with the specified key is in the ModelComponentCollection.
Metodo protetto Contains(IModelComponent)
Metodo pubblico CopyTo Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array.
Metodo protetto EnsureLoaded Infrastruttura.
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetEnumerator Returns an enumerator that can iterate through the ModelComponentCollection.
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo protetto GetItem Gets a reference to the specified component.
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto IndexOf(String) Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection.
Metodo protetto IndexOf(IModelComponent)
Metodo protetto Insert(Int32, ModelComponent) Infrastruttura.
Metodo protetto Insert(IModelComponent, String, Int32)
Metodo protetto Insert(IModelComponent, String, Int32, Boolean)
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo protetto Remove
Metodo pubblico RemoveAt(Int32) Removes the IModelComponent at the specified index from the ModelComponentCollection.
Metodo pubblico RemoveAt(Int32, Boolean) Infrastruttura.
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of ModelComponent objects in the ModelComponentCollection.
Proprietà protetta DemandLoadingService Infrastruttura.
Proprietà pubblica IsFixedSize Gets a value indicating whether the ModelComponentCollection has a fixed size.
Proprietà pubblica IsReadOnly Gets a value indicating whether the ModelComponentCollection is read-only.
Proprietà pubblica IsSynchronized Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe).
Proprietà protetta Item Gets the IModelComponent at the specified index.
Proprietà protetta ItemsType Gets the Type of objects that can be contained by the ModelComponentCollection.
Proprietà pubblica Parent Gets the IModelComponent that contains the ModelComponentCollection.
Proprietà protetta Preloadable Infrastruttura.
Proprietà pubblica SyncRoot Gets an object that can be used to synchronize access to the ModelComponentCollection.

In alto

Eventi

  Nome Descrizione
Evento pubblico CollectionChanged Infrastruttura.
Evento pubblico CollectionChanging Infrastruttura.

In alto