SecuredXPObjectSpace(ITypesInfo, XpoTypeInfoSource, UInt16, CreateUnitOfWorkHandler, ISecurityStrategyBase) Constructor
Initializes a new instance of the SecuredXPObjectSpace class with specified settings.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.Xpo.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Security.Xpo
Declaration
public SecuredXPObjectSpace(
ITypesInfo typesInfo,
XpoTypeInfoSource xpoTypeInfoSource,
ushort hostParametersMaxNumber,
CreateUnitOfWorkHandler createUnitOfWorkDelegate,
ISecurityStrategyBase security
)
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 |
| hostParametersMaxNumber | UInt16 | A |
| createUnitOfWorkDelegate | DevExpress.ExpressApp.Xpo.CreateUnitOfWorkHandler | A |
| security | ISecurityStrategyBase | The ISecurityStrategyBase object that is the Security Strategy used in the application. |