XPOClientServerCachedRequestSecurityAdapter.IsGranted(IRequestSecurity, IObjectSpace, Type, Object, String, String, out Boolean) Method
In This Article
For internal use.
Namespace: DevExpress.ExpressApp.Security.Xpo.Adapters
Assembly: DevExpress.ExpressApp.Security.Xpo.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security.Xpo
#Declaration
public override bool IsGranted(
IRequestSecurity requestSecurity,
IObjectSpace objectSpace,
Type objectType,
object targetObject,
string memberName,
string operation,
out bool handled
)
#Parameters
Name | Type |
---|---|
request |
DevExpress. |
object |
IObject |
object |
Type |
target |
Object |
member |
String |
operation | String |
handled | Boolean |
#Returns
Type |
---|
Boolean |
See Also