AggregationDesignAttributeCollection Members
Include Protected Members
Include Inherited Members
Contains a collection of AggregationDesignAttribute objects. This class cannot be inherited.
The AggregationDesignAttributeCollection type exposes the following members.
Methods
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. (Inherited from ModelComponentCollection.) | |
DemandLoadingService | Infrastructure. (Inherited from ModelComponentCollection.) | |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. (Inherited from ModelComponentCollection.) | |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. (Inherited from ModelComponentCollection.) | |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (Inherited from 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. (Inherited from ModelComponentCollection.) | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. (Inherited from ModelComponentCollection.) | |
Preloadable | Infrastructure. (Inherited from ModelComponentCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. (Inherited from ModelComponentCollection.) |
Top
Events
Name | Description | |
---|---|---|
CollectionChanged | Infrastructure. (Inherited from ModelComponentCollection.) | |
CollectionChanging | Infrastructure. (Inherited from ModelComponentCollection.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add(Object) | (Inherited from ModelComponentCollection.) | |
IList.Clear() | (Inherited from ModelComponentCollection.) | |
IList.Contains(Object) | (Inherited from ModelComponentCollection.) | |
IList.IndexOf(Object) | (Inherited from ModelComponentCollection.) | |
IList.Insert(Int32, Object) | (Inherited from ModelComponentCollection.) | |
IList.Item[Int32] | (Inherited from ModelComponentCollection.) | |
IList.Remove(Object) | (Inherited from ModelComponentCollection.) | |
IList.RemoveAt(Int32) | (Inherited from ModelComponentCollection.) | |
IModelComponentCollection.Contains(IModelComponent) | (Inherited from ModelComponentCollection.) | |
IModelComponentCollection.Remove(IModelComponent) | (Inherited from ModelComponentCollection.) | |
IModelComponentCollection.Remove(IModelComponent, Boolean) | (Inherited from ModelComponentCollection.) | |
IOnDemandLoadableCollection.BlockOnDemandLoad(Boolean) | (Inherited from ModelComponentCollection.) | |
IOnDemandLoadableCollection.Loaded | (Inherited from ModelComponentCollection.) |
Top