C# Class Telerik.Web.Mvc.Infrastructure.Implementation.EnumerableAggregateFunctionBase

Base class for all aggregate functions that will use extension methods in Enumerable for aggregation.
Inheritance: AggregateFunction
Show file Open project: juanplopes/simple-telerik

Protected Methods

Method Description
GenerateFunctionName ( ) : string

Generates default name for this function using AggregateMethodName.

Method Details

GenerateFunctionName() protected method

Generates default name for this function using AggregateMethodName.
protected GenerateFunctionName ( ) : string
return string