C# Class Telerik.Web.Mvc.Infrastructure.AggregateFunctionsGroup

Inheritance: Group
Show file Open project: juanplopes/simple-telerik

Public Methods

Method Description
GetAggregateResults ( IEnumerable functions ) : AggregateResultCollection

Gets the aggregate results generated for the given aggregate functions.

Private Methods

Method Description
CreateAggregateResultsForPropertyValues ( IEnumerable functions, object>.IDictionary propertyValues ) : IEnumerable
ExtractPropertyValues ( object obj ) : object>.IDictionary

Method Details

GetAggregateResults() public method

Gets the aggregate results generated for the given aggregate functions.
functions is null.
public GetAggregateResults ( IEnumerable functions ) : AggregateResultCollection
functions IEnumerable
return AggregateResultCollection