Membros ModelComponentCollection
Contains a collection of ModelComponent objects.
O tipo ModelComponentCollection expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
Add(ModelComponent) | Infraestrutura. | |
Add(String, IModelComponent) | ||
Add(ModelComponent, Boolean) | Infraestrutura. | |
Add(String, IModelComponent, Boolean) | ||
AddNew(String, Type) | Infraestrutura. | |
AddNew(String, String, Type) | Infraestrutura. | |
CanAdd | Infraestrutura. | |
ChangeKey | Infraestrutura. | |
Clear | Removes all elements from the ModelComponentCollection. | |
Contains(String) | Determines whether an item with the specified key is in the ModelComponentCollection. | |
Contains(IModelComponent) | ||
CopyTo | Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. | |
EnsureLoaded | Infraestrutura. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Returns an enumerator that can iterate through the ModelComponentCollection. | |
GetHashCode | (Herdado de Object.) | |
GetItem | Gets a reference to the specified component. | |
GetType | (Herdado de Object.) | |
IndexOf(String) | Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection. | |
IndexOf(IModelComponent) | ||
Insert(Int32, ModelComponent) | Infraestrutura. | |
Insert(IModelComponent, String, Int32) | ||
Insert(IModelComponent, String, Int32, Boolean) | ||
MemberwiseClone | (Herdado de Object.) | |
Remove | ||
RemoveAt(Int32) | Removes the IModelComponent at the specified index from the ModelComponentCollection. | |
RemoveAt(Int32, Boolean) | Infraestrutura. | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. | |
DemandLoadingService | Infraestrutura. | |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. | |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. | |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). | |
Item | Gets the IModelComponent at the specified index. | |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. | |
Preloadable | Infraestrutura. | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. |
Início
Implementações de interface explícitas
Início