C# Class Rock.Reporting.DataSelect.Group.ScheduleSelect

Inheritance: DataSelectComponent
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
GetExpression ( RockContext context, MemberExpression entityIdProperty, string selection ) : Expression

Gets the expression.

GetTitle ( Type entityType ) : string

Gets the title.

SortProperties ( string selection ) : string

Method Details

GetExpression() public méthode

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.
Résultat System.Linq.Expressions.Expression

GetTitle() public méthode

Gets the title.
public GetTitle ( Type entityType ) : string
entityType System.Type
Résultat string

SortProperties() public méthode

public SortProperties ( string selection ) : string
selection string
Résultat string