C# 클래스 Rock.Reporting.DataSelect.Group.CampusSelect

상속: DataSelectComponent
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
GetExpression ( RockContext context, MemberExpression entityIdProperty, string selection ) : Expression

Gets the expression.

GetTitle ( Type entityType ) : string

Gets the title.

메소드 상세

GetExpression() 공개 메소드

Gets the expression.
public GetExpression ( RockContext context, MemberExpression entityIdProperty, string selection ) : Expression
context Rock.Data.RockContext The context.
entityIdProperty System.Linq.Expressions.MemberExpression The entity identifier property.
selection string The selection.
리턴 System.Linq.Expressions.Expression

GetTitle() 공개 메소드

Gets the title.
public GetTitle ( Type entityType ) : string
entityType System.Type
리턴 string