[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.Aggregate.-ctor

Aggregate Constructor

Aggregate(string)

Initializes a new instance of the Aggregate class, assigning the name of the aggregate.

Declaration
public Aggregate(string name)
Parameters
Type Name Description
string name

A string assigned to the Name of this aggregate.

Aggregate(string, string, C1DataBinding, RunningEnum, AggregateFuncEnum)

Initializes a new instance of the Aggregate class, assigning the name, expression, data binding, scope and function of the aggregate.

Declaration
public Aggregate(string name, string expressionText, C1DataBinding dataBinding, RunningEnum running, AggregateFuncEnum func)
Parameters
Type Name Description
string name

A string assigned to the Name property of this aggregate.

string expressionText

A string assigned to the ExpressionText property of this aggregate.

C1DataBinding dataBinding

C1DataBinding assigned to the DataBinding property of this aggregate.

RunningEnum running

A value assigned to the Running property of this aggregate.

AggregateFuncEnum func

A value assigned to the Func property of this aggregate.