Skip to main content
.NET 6.0+

XPOUICachedRequestSecurityAdapter.GetRealObject(Object, IObjectSpace, out IObjectSpace) Method

For internal use.

Namespace: DevExpress.ExpressApp.Security.Xpo.Adapters

Assembly: DevExpress.ExpressApp.Security.Xpo.v23.2.dll

Declaration

public override object GetRealObject(
    object targetObject,
    IObjectSpace objectSpace,
    out IObjectSpace realObjectSpace
)

Parameters

Name Type
targetObject Object
objectSpace IObjectSpace
realObjectSpace IObjectSpace

Returns

Type
Object
See Also