IsGrantedAdapter.IsGranted(IRequestSecurity, Type, Object, String, String, IObjectSpace, Type, Object, out Boolean) Method
For internal use.
Namespace: DevExpress.ExpressApp.Security.Adapters
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Parameters
Name | Type |
---|---|
requestSecurity | DevExpress.ExpressApp.Security.IRequestSecurity |
objectType | Type |
targetObject | Object |
memberName | String |
operation | String |
objectSpace | IObjectSpace |
userType | Type |
userID | Object |
result | Boolean |
Returns
Type |
---|
Boolean |
See Also