Class AggregateDescriptor
Describes an aggregate.
Inheritance
System.Object
AggregateDescriptor
Namespace: Telerik.DataSource
Assembly: Telerik.DataSource.dll
Syntax
public class AggregateDescriptor : Object, IDescriptor
Constructors
AggregateDescriptor()
Declaration
public AggregateDescriptor()
Properties
Aggregates
A list of the aggregation functions.
Declaration
public ICollection<AggregateFunction> Aggregates { get; set; }
Property Value
System.Collections.Generic.ICollection<AggregateFunction>
|
Member
The field over which aggregation is performed.
Declaration
public string Member { get; set; }
Property Value
System.String
|
Methods
Deserialize(String)
for internal use
Declaration
public void Deserialize(string source)
Parameters
System.String
source
|
Serialize()
for internal use
Declaration
public string Serialize()
Returns
System.String
|