[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.AggregateCollection.Item

this Property

this[int]

Enumerates aggregates by index.

Declaration
public Aggregate this[int index] { get; }
Parameters
Type Name Description
int index

Index of aggregate zero-based.

Property Value
Type Description
Aggregate

Returns the Aggregate object at specified position.

this[string]

Gets the aggregate with the specified name.

Declaration
public Aggregate this[string name] { get; }
Parameters
Type Name Description
string name

The name of the aggregate.

Property Value
Type Description
Aggregate

The Aggregate object with the specified Name, or an empty aggregate if an aggregate with the specified name was not found.