Skip to main content

XPObjectSpaceProvider.CreateObjectSpace() Method

Instantiates an Object Space.

Namespace: DevExpress.ExpressApp.Xpo

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

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public IObjectSpace CreateObjectSpace()

Returns

Type Description
IObjectSpace

An IObjectSpace object that is the instantiated Object Space.

Remarks

If you implement a custom SecuredObjectSpaceProvider with the CreateObjectSpace method overridden, make sure this method returns an object of the SecuredXPObjectSpace type instead of XPObjectSpace.

See Also