[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.AggregateCollection

AggregateCollection Class

Represents a collection of Aggregate objects.

Namespace: C1.C1Preview.DataBinding
Assembly: C1.PrintDocument.8.dll
Syntax
public class AggregateCollection : NamedCollection, IList, ICollection, IEnumerable

Constructors

Name Description
AggregateCollection(C1DataSchema)

Initializes a new instance of the AggregateCollection class.

Properties

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.

Methods

Name Description
Add(Aggregate)

Adds an Aggregate object to the current collection.