Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BaseObjectSpace(ITypesInfo, IEntityStore) Constructor

Creates a new instance of the BaseObjectSpace class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public BaseObjectSpace(
    ITypesInfo typesInfo,
    IEntityStore entityStore
)

Parameters

Name Type Description
typesInfo ITypesInfo

An object implementing the ITypesInfo interface.

entityStore DevExpress.ExpressApp.DC.IEntityStore

An IEntityStore object.

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.

See Also