SecuredXPObjectSpace(ITypesInfo, XpoTypeInfoSource, CreateUnitOfWorkHandler, ISecurityStrategyBase) Constructor
Initializes a new instance of the SecuredXPObjectSpace class with specified settings.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
typesInfo | ITypesInfo | An ITypesInfo object that provides access to XAF-related information on business classes. |
xpoTypeInfoSource | DevExpress.ExpressApp.DC.Xpo.XpoTypeInfoSource | An |
createUnitOfWorkDelegate | DevExpress.ExpressApp.Xpo.CreateUnitOfWorkHandler | A |
security | ISecurityStrategyBase | The ISecurityStrategyBase object that is the Security Strategy used in the application. |
See Also