AggregationDesignAttributeCollection-Member
Contains a collection of AggregationDesignAttribute objects. This class cannot be inherited.
Der AggregationDesignAttributeCollection-Typ macht die folgenden Member verfügbar.
Methoden
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. (Geerbt von ModelComponentCollection.) | |
DemandLoadingService | Infrastruktur. (Geerbt von ModelComponentCollection.) | |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. (Geerbt von ModelComponentCollection.) | |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. (Geerbt von ModelComponentCollection.) | |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (Geerbt von ModelComponentCollection.) | |
Item[ ( [ ( Int32] ) ] ) | Gets the AggregationDesignAttribute at the specified index from the collection. | |
Item[ ( [ ( String] ) ] ) | Gets the AggregationDesignAttribute, with the specified identifier, from the collection. | |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. (Geerbt von ModelComponentCollection.) | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. (Geerbt von ModelComponentCollection.) | |
Preloadable | Infrastruktur. (Geerbt von ModelComponentCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. (Geerbt von ModelComponentCollection.) |
Zum Anfang
Ereignisse
Name | Beschreibung | |
---|---|---|
CollectionChanged | Infrastruktur. (Geerbt von ModelComponentCollection.) | |
CollectionChanging | Infrastruktur. (Geerbt von ModelComponentCollection.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IList. . :: . .Add | (Geerbt von ModelComponentCollection.) | |
IList. . :: . .Clear | (Geerbt von ModelComponentCollection.) | |
IList. . :: . .Contains | (Geerbt von ModelComponentCollection.) | |
IList. . :: . .IndexOf | (Geerbt von ModelComponentCollection.) | |
IList. . :: . .Insert | (Geerbt von ModelComponentCollection.) | |
IList. . :: . .Item | (Geerbt von ModelComponentCollection.) | |
IList. . :: . .Remove | (Geerbt von ModelComponentCollection.) | |
IList. . :: . .RemoveAt | (Geerbt von ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Contains | (Geerbt von ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Remove(IModelComponent) | (Geerbt von ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Remove(IModelComponent, Boolean) | (Geerbt von ModelComponentCollection.) | |
IOnDemandLoadableCollection. . :: . .BlockOnDemandLoad | (Geerbt von ModelComponentCollection.) | |
IOnDemandLoadableCollection. . :: . .Loaded | (Geerbt von ModelComponentCollection.) |
Zum Anfang