CriteriaOperator Methods
Provides the abstract (MustInherit in Visual Basic) base class for criteria operators.
Name | Description |
---|---|
Accept |
Invokes an appropriate overload of the visitor’s Visit method. |
Accept |
|
And |
Returns the expression which groups two operands with logical AND. |
And |
Returns the expression which groups the specified operands with logical AND. |
And |
Returns the expression which groups the specified operands with logical AND. |
Clone |
Creates a copy of the specified Criteria |
Clone |
Creates a copy of the specified DevExpress. |
Criterion |
This method is intended for internal use. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the current object has the same settings as the specified object. |
Get |
Searches custom functions registered in an application via the Criteria |
Get |
Returns custom functions registered in an application via the Criteria |
Get |
Gets the hash code (a number) that corresponds to the value of the current Criteria |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
For internal use only. |
Is |
For internal use only. |
Legacy |
Returns the string representation of the criteria specified by the current Criteria |
Legacy |
Returns the string representation of a specified criteria. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Not() |
Returns an instance of the DevExpress. |
Or |
Returns the expression which groups two operands with logical OR. |
Or |
Returns the expression which groups the specified operands with logical OR. |
Or |
Returns the expression which groups the specified operands with logical OR. |
Parse |
Converts the specified string specifying an expression to its Criteria |
Parse |
Converts the specified string, specifying an expression, to its Criteria |
Parse |
Converts the specified string representation of expressions that are divided by a semicolon into their Criteria |
Parse |
Converts the specified string representation of expressions that are divided by a semicolon into their Criteria |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Register |
Registers a specified custom function to use in any Criteria |
Register |
Registers specified custom functions to use in any Criteria |
To |
Converts the specified expression into its equivalent string in VB style. |
To |
Converts the specified expression into its equivalent string in VB style. |
To |
Converts the specified expression into its equivalent string in C# style. |
To |
Converts the specified expression into its equivalent string in C# style. |
To |
Converts the current expression into its VB equivalent string. |
To |
Converts the specified expression into its equivalent string in VB style. |
To |
Converts the specified expression into its equivalent string in VB style. |
Try |
Tries to convert the specified string representation of an expression to its Criteria |
Unregister |
Unregisters a specified custom function from use in any Criteria |
Unregister |
Unregisters a custom function with a specified name from use in any Criteria |
See Also