Membri ModelComponentCollection
Contains a collection of ModelComponent objects.
Il tipo ModelComponentCollection espone i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
Add(ModelComponent) | Infrastruttura. | |
Add(String, IModelComponent) | ||
Add(ModelComponent, Boolean) | Infrastruttura. | |
Add(String, IModelComponent, Boolean) | ||
AddNew(String, Type) | Infrastruttura. | |
AddNew(String, String, Type) | Infrastruttura. | |
CanAdd | Infrastruttura. | |
ChangeKey | Infrastruttura. | |
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 | Infrastruttura. | |
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetEnumerator | Returns an enumerator that can iterate through the ModelComponentCollection. | |
GetHashCode | (Ereditato da Object). | |
GetItem | Gets a reference to the specified component. | |
GetType | (Ereditato da 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) | Infrastruttura. | |
Insert(IModelComponent, String, Int32) | ||
Insert(IModelComponent, String, Int32, Boolean) | ||
MemberwiseClone | (Ereditato da Object). | |
Remove | ||
RemoveAt(Int32) | Removes the IModelComponent at the specified index from the ModelComponentCollection. | |
RemoveAt(Int32, Boolean) | Infrastruttura. | |
ToString | (Ereditato da Object). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. | |
DemandLoadingService | Infrastruttura. | |
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 | Infrastruttura. | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
CollectionChanged | Infrastruttura. | |
CollectionChanging | Infrastruttura. |
In alto
Implementazioni esplicite dell'interfaccia
In alto