Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current 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.
|
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.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
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.
|
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.
|