C# 클래스 Rock.Reporting.DataSelect.Person.FamilyNameSelect

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

공개 메소드들

메소드 설명
CreateChildControls ( System parentControl ) : System.Web.UI.Control[]

Creates the child controls.

GetExpression ( RockContext context, MemberExpression entityIdProperty, string selection ) : Expression

Gets the expression.

GetSelection ( System controls ) : string

Gets the selection.

GetTitle ( Type entityType ) : string

Gets the title.

RenderControls ( System parentControl, System writer, System controls ) : void

Renders the controls.

SetSelection ( System controls, string selection ) : void

Sets the selection.

메소드 상세

CreateChildControls() 공개 메소드

Creates the child controls.
public CreateChildControls ( System parentControl ) : System.Web.UI.Control[]
parentControl System
리턴 System.Web.UI.Control[]

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

GetSelection() 공개 메소드

Gets the selection.
public GetSelection ( System controls ) : string
controls System The controls.
리턴 string

GetTitle() 공개 메소드

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

RenderControls() 공개 메소드

Renders the controls.
public RenderControls ( System parentControl, System writer, System controls ) : void
parentControl System The parent control.
writer System The writer.
controls System The controls.
리턴 void

SetSelection() 공개 메소드

Sets the selection.
public SetSelection ( System controls, string selection ) : void
controls System The controls.
selection string The selection.
리턴 void