Метод | Описание | |
---|---|---|
Equals ( |
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 ) : |
Creates a predicate filter expression.
|
Метод | Описание | |
---|---|---|
FilterDescriptor ( string member, FilterOperator filterOperator, object filterValue ) : System |
protected CreateFilterExpression ( System.Linq.Expressions.ParameterExpression parameterExpression ) : |
||
parameterExpression | System.Linq.Expressions.ParameterExpression | The parameter expression, which will be used for filtering. |
Результат |
public Equals ( |
||
other | The other filter descriptor. | |
Результат | bool |