CustomCriteriaManager Methods
A manager for custom criteria used in LINQ to XPO expressions.Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetCriteria(MethodInfo) static | Searches custom criteria registered in an application via the CustomCriteriaManager.RegisterCriterion and CustomCriteriaManager.RegisterCriteria method calls for a criterion associated with a specified method. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetRegisteredCriteria() static | Returns custom criteria registered in an application via the CustomCriteriaManager.RegisterCriterion and CustomCriteriaManager.RegisterCriteria method calls. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RegisterCriteria(IEnumerable<ICustomCriteriaOperatorQueryable>) static | Registers specified custom criteria to use in LINQ to XPO expressions. |
RegisterCriterion(ICustomCriteriaOperatorQueryable) static | Registers a specified custom criterion to use in LINQ to XPO expressions. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
UnregisterCriterion(ICustomCriteriaOperatorQueryable) static | Unregisters a specified custom criterion from use in LINQ to XPO expressions in your application. |
UnregisterCriterion(MethodInfo) static | Unregisters a custom criterion associated with a specified method from use in LINQ to XPO expressions in your application. |
See Also