Skip to main content
All docs
V19.1

XPObjectSpaceProvider(IXpoDataStoreProvider, ITypesInfo, XpoTypeInfoSource, Boolean) Constructor

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v19.1.dll

Declaration

public XPObjectSpaceProvider(
    IXpoDataStoreProvider dataStoreProvider,
    ITypesInfo typesInfo,
    XpoTypeInfoSource xpoTypeInfoSource,
    bool threadSafe
)

Parameters

Name Type
dataStoreProvider DevExpress.ExpressApp.Xpo.IXpoDataStoreProvider
typesInfo ITypesInfo
xpoTypeInfoSource DevExpress.ExpressApp.DC.Xpo.XpoTypeInfoSource
threadSafe Boolean
See Also