Membres ModelComponentCollection
Contains a collection of ModelComponent objects.
Le type ModelComponentCollection expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Add(ModelComponent) | Infrastructure. | |
Add(String, IModelComponent) | ||
Add(ModelComponent, Boolean) | Infrastructure. | |
Add(String, IModelComponent, Boolean) | ||
AddNew(String, Type) | Infrastructure. | |
AddNew(String, String, Type) | Infrastructure. | |
CanAdd | Infrastructure. | |
ChangeKey | Infrastructure. | |
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 | Infrastructure. | |
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetEnumerator | Returns an enumerator that can iterate through the ModelComponentCollection. | |
GetHashCode | (Hérité de Object.) | |
GetItem | Gets a reference to the specified component. | |
GetType | (Hérité 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) | Infrastructure. | |
Insert(IModelComponent, String, Int32) | ||
Insert(IModelComponent, String, Int32, Boolean) | ||
MemberwiseClone | (Hérité de Object.) | |
Remove | ||
RemoveAt(Int32) | Removes the IModelComponent at the specified index from the ModelComponentCollection. | |
RemoveAt(Int32, Boolean) | Infrastructure. | |
ToString | (Hérité de Object.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. | |
DemandLoadingService | Infrastructure. | |
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 | Infrastructure. | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. |
Haut de la page
Événements
Nom | Description | |
---|---|---|
CollectionChanged | Infrastructure. | |
CollectionChanging | Infrastructure. |
Haut de la page
Implémentations d'interfaces explicites
Haut de la page