[]
Represents a collection of Aggregate objects.
public class AggregateCollection : NamedCollection, IList, ICollection, IEnumerable
Name | Description |
---|---|
AggregateCollection(C1DataSchema) | Initializes a new instance of the AggregateCollection class. |
Name | Description |
---|---|
this[int] | Enumerates aggregates by index. |
this[string] | Gets the aggregate with the specified name. |
Owner | Gets the C1DataSchema object that is the owner of the current collection. |
Name | Description |
---|---|
Add(Aggregate) | Adds an Aggregate object to the current collection. |