C# 클래스 Telerik.Web.Mvc.Infrastructure.AggregateFunction

파일 보기 프로젝트 열기: juanplopes/simple-telerik 1 사용 예제들

공개 메소드들

메소드 설명
CreateAggregateExpression ( Expression enumerableExpression ) : Expression

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

보호된 메소드들

메소드 설명
GenerateFunctionName ( ) : string

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

메소드 상세

CreateAggregateExpression() 공개 추상적인 메소드

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.
리턴 System.Linq.Expressions.Expression

GenerateFunctionName() 보호된 메소드

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