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

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

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

Метод Описание
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.

GetTitle ( Type entityType ) : string

Gets the title.

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

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

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

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