C# 클래스 Telerik.Web.Mvc.FilterDescriptor

Represents declarative filtering.
상속: FilterDescriptorBase
파일 보기 프로젝트 열기: juanplopes/simple-telerik 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( FilterDescriptor other ) : bool

Determines whether the specified other descriptor is equal to the current one.

Equals ( object obj ) : bool

Determines whether the specified obj is equal to the current descriptor.

FilterDescriptor ( ) : System

Initializes a new instance of the FilterDescriptor class.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

보호된 메소드들

메소드 설명
CreateFilterExpression ( System.Linq.Expressions.ParameterExpression parameterExpression ) : Expression

Creates a predicate filter expression.

비공개 메소드들

메소드 설명
FilterDescriptor ( string member, FilterOperator filterOperator, object filterValue ) : System

메소드 상세

CreateFilterExpression() 보호된 메소드

Creates a predicate filter expression.
protected CreateFilterExpression ( System.Linq.Expressions.ParameterExpression parameterExpression ) : Expression
parameterExpression System.Linq.Expressions.ParameterExpression The parameter expression, which will be used for filtering.
리턴 System.Linq.Expressions.Expression

Equals() 공개 메소드

Determines whether the specified other descriptor is equal to the current one.
public Equals ( FilterDescriptor other ) : bool
other FilterDescriptor The other filter descriptor.
리턴 bool

Equals() 공개 메소드

Determines whether the specified obj is equal to the current descriptor.
public Equals ( object obj ) : bool
obj object
리턴 bool

FilterDescriptor() 공개 메소드

Initializes a new instance of the FilterDescriptor class.
public FilterDescriptor ( ) : System
리턴 System

GetHashCode() 공개 메소드

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
리턴 int