Class
AggregateDescriptor

Describes an aggregate.

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

cs-api-definition
public class AggregateDescriptor

Inheritance: objectAggregateDescriptor

Constructors

AggregateDescriptor()

Declaration

cs-api-definition
public AggregateDescriptor()

Properties

Aggregates

A list of the aggregation functions.

Declaration

cs-api-definition
public ICollection<AggregateFunction> Aggregates { get; set; }

Property Value

ICollection<AggregateFunction>

Member

The field over which aggregation is performed.

Declaration

cs-api-definition
public string Member { get; set; }

Property Value

string

Methods

Deserialize(string)

for internal use

Declaration

cs-api-definition
public void Deserialize(string source)

Parameters

source

string

Serialize()

for internal use

Declaration

cs-api-definition
public string Serialize()

Returns

string