Skip to main content
All docs
V23.2
.NET 6.0+

NonPersistentObjectSpaceProvider(IServiceProvider, ITypesInfo, NonPersistentTypeInfoSource) Constructor

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public NonPersistentObjectSpaceProvider(
    IServiceProvider serviceProvider,
    ITypesInfo typesInfo,
    NonPersistentTypeInfoSource typeInfoSource
)

Parameters

Name Type Description
serviceProvider IServiceProvider

An IServiceProvider object. This object is assigned to the ServiceProvider property of an Object Space initialized by the NonPersistentObjectSpaceProvider

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