OperandValue Members
In This Article
#Constructors
Name | Description |
---|---|
Operand |
Initializes a new Operand |
Operand |
Initializes a new Operand |
#Properties
Name | Description |
---|---|
Custom |
Returns the number of registered custom functions.
Inherited from Criteria |
Value | Gets or sets an operand value. |
Xml |
For internal use only. Gets or sets the serialized value. |
#Methods
Name | Description |
---|---|
Accept |
For internal use only. Accepts the specified visitor. |
Accept |
For internal use only. Accepts the specified visitor. |
And |
Initializes a new Criteria |
And |
Initializes a new Criteria |
And |
Initializes a new Criteria |
Clone() |
Initializes a new Operand |
Clone |
Initializes a new Criteria |
Clone |
Initializes a new Operand |
Clone |
Inherited from Criteria |
Clone |
|
Criterion |
Determines whether the specified Criteria |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current Operand |
Get |
Returns a registered custom function with the specified name.
Inherited from Criteria |
Get |
Returns all registered custom functions.
Inherited from Criteria |
Get |
Serves as the default hash function. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
|
Is |
Initializes a new Unary |
Is |
Initializes a new Unary |
Legacy |
Converts the current expression into its string equivalent and removes value suffixes (like 'm' , 'M' , 'l' , 'L' , etc.)
Inherited from Criteria |
Legacy |
Converts the specified expression into its string equivalent and removes value suffixes (like 'm' , 'M' , 'l' , 'L' , etc.)
Inherited from Criteria |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Not() |
Initializes a new Unary |
Object |
Inherited from Criteria |
Or |
Initializes a new Criteria |
Or |
Initializes a new Criteria |
Or |
Initializes a new Criteria |
Parse |
Converts the specified string into its Criteria |
Parse |
Converts the specified string into its Criteria |
Parse |
Converts the specified string into its Criteria';' ). Throws an exception if it cannot convert the string to criteria.
Inherited from Criteria |
Parse |
Converts the specified string into its Criteria';' ). Throws an exception if it cannot convert the string to criteria.
Inherited from Criteria |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Register |
Registers the specified custom function.
Inherited from Criteria |
Register |
Registers the specified custom functions.
Inherited from Criteria |
To |
Converts the specified expression into its VB-style string equivalent.
Inherited from Criteria |
To |
Converts the specified expression into its VB-style string equivalent.
Inherited from Criteria |
To |
Converts the specified expression into its C#-style string equivalent.
Inherited from Criteria |
To |
Converts the specified expression into its C#-style string equivalent.
Inherited from Criteria |
To |
Converts the current expression into its VB-style string equivalent.
Inherited from Criteria |
To |
Converts the specified expression into its VB-style string equivalent.
Inherited from Criteria |
To |
Converts the specified expression into its VB-style string equivalent.
Inherited from Criteria |
Try |
Converts the specified string into its Criterianull if cannot convert the string to a criterion.
Inherited from Criteria |
Unregister |
Cancels registration of the specified custom function.
Inherited from Criteria |
Unregister |
Cancels registration of a custom function with the specified name.
Inherited from Criteria |
#Events
Name | Description |
---|---|
User |
Occurs when a criteria operator parses a serialized user object.
Inherited from Criteria |
User |
Occurs when a criteria operator serializes a user object.
Inherited from Criteria |
#Operators
Name | Description |
---|---|
Explicit |
Explicitly converts the bool value into an Operand |
Implicit |
Implicitly converts the byte value into an Operand |
Implicit |
Implicitly converts the byte array into an Operand |
Implicit |
Implicitly converts the char value into an Operand |
Implicit |
Implicitly converts the Date |
Implicit |
Implicitly converts the decimal value into an Operand |
Implicit |
Implicitly converts the double value into an Operand |
Implicit |
Implicitly converts the Guid value into an Operand |
Implicit |
Implicitly converts the short value into an Operand |
Implicit |
Implicitly converts the int value into an Operand |
Implicit |
Implicitly converts the long value into an Operand |
Implicit |
Implicitly converts the float value into an Operand |
Implicit |
Implicitly converts the String value into an Operand |
Implicit |
Implicitly converts the Time |
See Also