Name | Description | |
---|---|---|
![]() | Aggregate Constructor | Overloaded. |
The following tables list the members exposed by Aggregate.
Name | Description | |
---|---|---|
![]() | Aggregate Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | DataBinding | Gets or sets the data binding providing data over which the current aggregate is calculated. |
![]() | Expression | Gets the Expression object used to calculate the value of the current aggregate. |
![]() | ExpressionText | Gets or sets the text of the Expression object used to calculate the value of the current aggregate. |
![]() | Func | Gets or sets the function (min, max, average and so on) calculated by the current aggregate. |
![]() | IgnoreNullValues | Gets or sets a value indicating whether null values should be ignored when the current aggregate is calculated. |
![]() | Name | Gets or sets the unique name of the current object. If an item with the specified name already exists in the collection, an exception is thrown. (Inherited from C1.C1Preview.NamedCollectionItem) |
![]() | Owner | Gets the AggregateCollection containing the current aggregate. |
![]() | Running | Gets or sets a RunningEnum value determining the scope of the current aggregate: whether it is calculated over all records, or separately for each group. |
![]() | Value | Gets the value of the current aggregate, calculating it if it has not been calculated yet (the calculated value is cached). |
Name | Description | |
---|---|---|
![]() | AssignFrom | Overridden. Assigns (copies) properties from another Aggregate to the current object. |
![]() | Clone | Creates a copy of the current C1.C1Preview.NamedCollectionItem object. Note that the Owner property is not copied to the new object. (Inherited from C1.C1Preview.NamedCollectionItem) |
Name | Description | |
---|---|---|
![]() | SetName | Overridden. Sets the name of the current Aggregate. |
![]() | SetNameInt | For internal use. (Inherited from C1.C1Preview.NamedCollectionItem) |