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

Show file Open project: juanplopes/simple-telerik Class Usage Examples

Public Methods

Method Description
CreateAggregateExpression ( Expression enumerableExpression ) : Expression

Creates the aggregate expression that is used for constructing expression tree that will calculate the aggregate result.

Protected Methods

Method Description
GenerateFunctionName ( ) : string

Generates default name for this function using this type's name.

Method Details

CreateAggregateExpression() public abstract method

Creates the aggregate expression that is used for constructing expression tree that will calculate the aggregate result.
public abstract CreateAggregateExpression ( Expression enumerableExpression ) : Expression
enumerableExpression System.Linq.Expressions.Expression The grouping expression.
return System.Linq.Expressions.Expression

GenerateFunctionName() protected method

Generates default name for this function using this type's name.
protected GenerateFunctionName ( ) : string
return string