C# 클래스 Rock.Reporting.DataFilter.NotInOtherDataViewFilter

상속: OtherDataViewFilter
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
FormatSelection ( Type entityType, string selection ) : string

Formats the selection.

GetClientFormatSelection ( Type entityType ) : string

Formats the selection on the client-side. When the filter is collapsed by the user, the Filterfield control will set the description of the filter to whatever is returned by this property. If including script, the controls parent container can be referenced through a '$content' variable that is set by the control before referencing this property.

GetExpression ( Type entityType, IService serviceInstance, System.Linq.Expressions.ParameterExpression parameterExpression, string selection ) : Expression

Gets the expression.

GetTitle ( Type entityType ) : string

Gets the title.

메소드 상세

FormatSelection() 공개 메소드

Formats the selection.
public FormatSelection ( Type entityType, string selection ) : string
entityType System.Type
selection string The selection.
리턴 string

GetClientFormatSelection() 공개 메소드

Formats the selection on the client-side. When the filter is collapsed by the user, the Filterfield control will set the description of the filter to whatever is returned by this property. If including script, the controls parent container can be referenced through a '$content' variable that is set by the control before referencing this property.
public GetClientFormatSelection ( Type entityType ) : string
entityType System.Type
리턴 string

GetExpression() 공개 메소드

Gets the expression.
Filter issue(s): + errorMessages.AsDelimited( ; )
public GetExpression ( Type entityType, IService serviceInstance, System.Linq.Expressions.ParameterExpression parameterExpression, string selection ) : Expression
entityType System.Type
serviceInstance IService The service instance.
parameterExpression System.Linq.Expressions.ParameterExpression The parameter expression.
selection string The selection.
리턴 System.Linq.Expressions.Expression

GetTitle() 공개 메소드

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