Skip to main content
A newer version of this page is available. .

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

For internal use.

Namespace: DevExpress.Security.Resources

Assembly: DevExpress.Data.v19.1.dll

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