CustomCriteriaManager Methods
A manager for custom criteria used in LINQ to XPO expressions.
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Searches custom criteria registered in an application via the Custom |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns custom criteria registered in an application via the Custom |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Register |
Registers specified custom criteria to use in LINQ to XPO expressions. |
Register |
Registers a specified custom criterion to use in LINQ to XPO expressions. |
To |
Returns a string that represents the current object. Inherited from Object. |
Unregister |
Unregisters a specified custom criterion from use in LINQ to XPO expressions in your application. |
Unregister |
Unregisters a custom criterion associated with a specified method from use in LINQ to XPO expressions in your application. |
See Also