C# 클래스 Rock.Reporting.DataSelect.GroupMember.GroupCampusSelect

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

공개 메소드들

메소드 설명
GetExpression ( Data context, System entityIdProperty, string selection ) : System.Linq.Expressions.Expression

Gets the expression.

GetGridField ( Type entityType, string selection ) : System.Web.UI.WebControls.DataControlField

Gets the grid field.

SortProperties ( string selection ) : string

Comma-delimited list of the Entity properties that should be used for Sorting. Normally, you should leave this as null which will make it sort on the returned field

메소드 상세

GetExpression() 공개 메소드

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

GetGridField() 공개 메소드

Gets the grid field.
public GetGridField ( Type entityType, string selection ) : System.Web.UI.WebControls.DataControlField
entityType System.Type Type of the entity.
selection string The selection.
리턴 System.Web.UI.WebControls.DataControlField

SortProperties() 공개 메소드

Comma-delimited list of the Entity properties that should be used for Sorting. Normally, you should leave this as null which will make it sort on the returned field
public SortProperties ( string selection ) : string
selection string
리턴 string