[]
Initializes a new instance of the Aggregate class, assigning the name of the aggregate.
public Aggregate(string name)
Type | Name | Description |
---|---|---|
string | name | A string assigned to the Name of this aggregate. |
Initializes a new instance of the Aggregate class, assigning the name, expression, data binding, scope and function of the aggregate.
public Aggregate(string name, string expressionText, C1DataBinding dataBinding, RunningEnum running, AggregateFuncEnum func)
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. |