C# Class Telerik.Web.Mvc.FilterDescriptor

Represents declarative filtering.
Inheritance: FilterDescriptorBase
Afficher le fichier Open project: juanplopes/simple-telerik Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
CreateFilterExpression ( System.Linq.Expressions.ParameterExpression parameterExpression ) : Expression

Creates a predicate filter expression.

Private Methods

Méthode Description
FilterDescriptor ( string member, FilterOperator filterOperator, object filterValue ) : System

Method Details

CreateFilterExpression() protected méthode

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

Equals() public méthode

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

Equals() public méthode

Determines whether the specified obj is equal to the current descriptor.
public Equals ( object obj ) : bool
obj object
Résultat bool

FilterDescriptor() public méthode

Initializes a new instance of the FilterDescriptor class.
public FilterDescriptor ( ) : System
Résultat System

GetHashCode() public méthode

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int