Skip to main content
A newer version of this page is available. .

NonPersistentObjectSpace(ITypesInfo, IEntityStore) Constructor

Creates a new instance of the NonPersistentObjectSpace class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public NonPersistentObjectSpace(
    ITypesInfo typesInfo,
    IEntityStore entityStore
)

Parameters

Name Type Description
typesInfo ITypesInfo

An object implementing the ITypesInfo interface.

entityStore DevExpress.ExpressApp.DC.IEntityStore

An IEntityStore object.

See Also