XPObjectSpace(ITypesInfo, XpoTypeInfoSource, CreateUnitOfWorkHandler) Constructor
Creates a new instance of the XPObjectSpace class.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Xpo
#Declaration
public XPObjectSpace(
ITypesInfo typesInfo,
XpoTypeInfoSource xpoTypeInfoSource,
CreateUnitOfWorkHandler createUnitOfWorkDelegate
)
#Parameters
Name | Type | Description |
---|---|---|
types |
ITypes |
An ITypes |
xpo |
DevExpress. |
An Xpo |
create |
DevExpress. |
A Create |
#Remarks
When you need to create an Object Space (for example, to create a View), do not create it manually. Instead, use the XafApplication.CreateObjectSpace method.
If you cannot access the XafApplication object, use this constructor.