[]
Initializes a new instance of the Aggregate class, assigning the name of the aggregate.
public Aggregate(string name)
Public Sub New(name As String)
| 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)
Public Sub New(name As String, expressionText As String, dataBinding As C1DataBinding, running As RunningEnum, func As AggregateFuncEnum)
| 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. |