XPObjectSpaceProvider(IXpoDataStoreProvider, ITypesInfo, XpoTypeInfoSource) Constructor
Initializes a new instance of the XPObjectSpaceProvider class.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataStoreProvider | DevExpress.ExpressApp.Xpo.IXpoDataStoreProvider | An IXpoDataStoreProvider object. |
typesInfo | ITypesInfo | An ITypesInfo object that supplies metadata on types used in the XAF application. |
xpoTypeInfoSource | DevExpress.ExpressApp.DC.Xpo.XpoTypeInfoSource | An XpoTypeInfoSource object that is a source of XPO-related information on business classes. |
See Also