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

NonPersistentObjectSpaceProvider(ITypesInfo, NonPersistentTypeInfoSource) Constructor

Initializes a new instance of the NonPersistentObjectSpaceProvider class with specified settings.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public NonPersistentObjectSpaceProvider(
    ITypesInfo typesInfo,
    NonPersistentTypeInfoSource typeInfoSource
)

Parameters

Name Type Description
typesInfo ITypesInfo

An ITypesInfo object that provides access to XAF-related information on business classes.

typeInfoSource DevExpress.ExpressApp.DC.NonPersistentTypeInfoSource

A source of information on non-persistent business classes.

See Also