AggregationInstanceCollection Miembros
Contains a collection of AggregationInstance objects. This class cannot be inherited.
El tipo AggregationInstanceCollection expone los siguientes miembros.
Métodos
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. (Se hereda de ModelComponentCollection). | |
DemandLoadingService | Infraestructura. (Se hereda de ModelComponentCollection). | |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. (Se hereda de ModelComponentCollection). | |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. (Se hereda de ModelComponentCollection). | |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (Se hereda de ModelComponentCollection). | |
Item[ ( [ ( Int32] ) ] ) | Gets the AggregationInstance, at the specified index, from the collection. | |
Item[ ( [ ( String] ) ] ) | Gets the AggregationInstance, with the specified identifier, from the collection. | |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. (Se hereda de ModelComponentCollection). | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. (Se hereda de ModelComponentCollection). | |
Preloadable | Infraestructura. (Se hereda de ModelComponentCollection). | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. (Se hereda de ModelComponentCollection). |
Principio
Eventos
Nombre | Descripción | |
---|---|---|
CollectionChanged | Infraestructura. (Se hereda de ModelComponentCollection). | |
CollectionChanging | Infraestructura. (Se hereda de ModelComponentCollection). |
Principio
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IList. . :: . .Add | (Se hereda de ModelComponentCollection). | |
IList. . :: . .Clear | (Se hereda de ModelComponentCollection). | |
IList. . :: . .Contains | (Se hereda de ModelComponentCollection). | |
IList. . :: . .IndexOf | (Se hereda de ModelComponentCollection). | |
IList. . :: . .Insert | (Se hereda de ModelComponentCollection). | |
IList. . :: . .Item | (Se hereda de ModelComponentCollection). | |
IList. . :: . .Remove | (Se hereda de ModelComponentCollection). | |
IList. . :: . .RemoveAt | (Se hereda de ModelComponentCollection). | |
IModelComponentCollection. . :: . .Contains | (Se hereda de ModelComponentCollection). | |
IModelComponentCollection. . :: . .Remove(IModelComponent) | (Se hereda de ModelComponentCollection). | |
IModelComponentCollection. . :: . .Remove(IModelComponent, Boolean) | (Se hereda de ModelComponentCollection). | |
IOnDemandLoadableCollection. . :: . .BlockOnDemandLoad | (Se hereda de ModelComponentCollection). | |
IOnDemandLoadableCollection. . :: . .Loaded | (Se hereda de ModelComponentCollection). |
Principio
Vea también