Aggregate Constructor(String,String,C1DataBinding,RunningEnum,AggregateFuncEnum)
In This Topic
Initializes a new instance of the
Aggregate class, assigning the name, expression, data binding, scope and function of the aggregate.
Syntax
Parameters
- name
- A string assigned to the C1.C1Preview.NamedCollectionItem.Name property of this aggregate.
- expressionText
- A string assigned to the ExpressionText property of this aggregate.
- dataBinding
- C1DataBinding assigned to the DataBinding property of this aggregate.
- running
- A value assigned to the Running property of this aggregate.
- func
- A value assigned to the Func property of this aggregate.
See Also