Skip to main content

AccessSettings.CheckRules<T>(Func<T, Boolean>) Method

For internal use.

Namespace: DevExpress.Security.Resources

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public bool CheckRules<T>(
    Func<T, bool> check
)
    where T : IAccessRule

#Parameters

Name Type
check Func<T, Boolean>

#Type Parameters

Name
T

#Returns

Type
Boolean
See Also