Back to Devexpress

CustomCriteriaManager.GetCriteria(MethodInfo) Method

xpo-devexpress-dot-xpo-dot-customcriteriamanager-dot-getcriteria-x28-system-dot-reflection-dot-methodinfo-x29.md

latest2.7 KB
Original Source

CustomCriteriaManager.GetCriteria(MethodInfo) Method

Searches custom criteria registered in an application via the CustomCriteriaManager.RegisterCriterion and CustomCriteriaManager.RegisterCriteria method calls for a criterion associated with a specified method.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public static ICustomCriteriaOperatorQueryable GetCriteria(
    MethodInfo methodInfo
)
vb
Public Shared Function GetCriteria(
    methodInfo As MethodInfo
) As ICustomCriteriaOperatorQueryable

Parameters

NameTypeDescription
methodInfoMethodInfo

A MethodInfo object identifying a method associated with a custom criterion to search.

|

Returns

TypeDescription
ICustomCriteriaOperatorQueryable

An ICustomCriteriaOperatorQueryable object that returns the methodInfo via the ICustomCriteriaOperatorQueryable.GetMethodInfo method implementation, if found; otherwise, null ( Nothing in Visual Basic).

|

Remarks

This method searches a collection returned by the CustomCriteriaManager.GetRegisteredCriteria function for a custom criterion whose ICustomCriteriaOperatorQueryable.GetMethodInfo method implementation matches the methodInfo.

See Also

CustomCriteriaManager Class

CustomCriteriaManager Members

DevExpress.Xpo Namespace