SecuritySystem.IsGranted(IRequestSecurity, IObjectSpace, Type, String, Object, String) Method
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v26.1.dll
Declaration
public static bool IsGranted(
IRequestSecurity security,
IObjectSpace objectSpace,
Type objectType,
string operation,
object targetObject,
string memberName
)
Parameters
| Name | Type |
|---|---|
| security | DevExpress.ExpressApp.Security.IRequestSecurity |
| objectSpace | IObjectSpace |
| objectType | Type |
| operation | String |
| targetObject | Object |
| memberName | String |
Returns
| Type |
|---|
| Boolean |
See Also