XPObjectSpaceProvider(IServiceProvider, IXpoDataStoreProvider, ITypesInfo, XpoTypeInfoSource, Boolean, Boolean) Constructor
Initializes a new instance of the XPObjectSpaceProvider class with specified settings.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
Parameters
Name | Type |
---|---|
serviceProvider | IServiceProvider |
dataStoreProvider | DevExpress.ExpressApp.Xpo.IXpoDataStoreProvider |
typesInfo | ITypesInfo |
xpoTypeInfoSource | DevExpress.ExpressApp.DC.Xpo.XpoTypeInfoSource |
threadSafe | Boolean |
Optional Parameters
Name | Type | Default |
---|---|---|
useSeparateDataLayers | Boolean | False |
See Also