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

NonPersistentObjectSpace(ITypesInfo) Constructor

Creates a new instance of the NonPersistentObjectSpace class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public NonPersistentObjectSpace(
    ITypesInfo typesInfo
)

Parameters

Name Type Description
typesInfo ITypesInfo

An object implementing the ITypesInfo interface.

See Also