C# Class Rock.Reporting.DataSelect.Person.TotalGivingAmountSelect

Inheritance: DataSelectComponent
显示文件 Open project: NewSpring/Rock

Public Methods

Method Description
CreateChildControls ( System parentControl ) : System.Web.UI.Control[]

Creates the child controls.

GetExpression ( Data context, System entityIdProperty, string selection ) : System.Linq.Expressions.Expression

Gets the expression.

GetSelection ( Control controls ) : string

Gets the selection.

GetTitle ( Type entityType ) : string

Gets the title.

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

Renders the controls.

SetSelection ( Control controls, string selection ) : void

Sets the selection.

Method Details

CreateChildControls() public method

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

GetExpression() public method

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

GetSelection() public method

Gets the selection.
public GetSelection ( Control controls ) : string
controls System.Web.UI.Control The controls.
return string

GetTitle() public method

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

RenderControls() public method

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.
return void

SetSelection() public method

Sets the selection.
public SetSelection ( Control controls, string selection ) : void
controls System.Web.UI.Control The controls.
selection string The selection.
return void