C# Класс Rock.Reporting.DataSelect.Group.ParticipationRateSelect

Наследование: DataSelectComponent
Показать файл Открыть проект

Открытые методы

Метод Описание
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. This is typically a string that contains the values selected with the Controls

GetTitle ( Type entityType ) : string

Gets the title.

SetSelection ( System controls, string selection ) : void

Sets the selection.

Приватные методы

Метод Описание
GetDefaultSelectExpression ( RockContext context, MemberExpression entityIdProperty ) : Expression

Описание методов

CreateChildControls() публичный Метод

Creates the child controls.
public CreateChildControls ( System parentControl ) : System.Web.UI.Control[]
parentControl System
Результат System.Web.UI.Control[]

GetExpression() публичный Метод

Gets the expression.
/// Filter issue(s): One of the filters contains a circular reference to the Data View itself. /// or /// Filter issue(s): + errorMessages.AsDelimited( ; ) ///
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. This is typically a string that contains the values selected with the Controls
public GetSelection ( System controls ) : string
controls System The controls.
Результат string

GetTitle() публичный Метод

Gets the title.
public GetTitle ( Type entityType ) : string
entityType System.Type
Результат string

SetSelection() публичный Метод

Sets the selection.
public SetSelection ( System controls, string selection ) : void
controls System The controls.
selection string The selection.
Результат void