C# Класс Telerik.Web.Mvc.FilterDescriptor

Represents declarative filtering.
Наследование: FilterDescriptorBase
Показать файл Открыть проект Примеры использования класса

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

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