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

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

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

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

Gets the expression.

GetTitle ( Type entityType ) : string

Gets the title.

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

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

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

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