Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

NonPersistentObjectSpace(IServiceProvider, ITypesInfo, IEntityStore) Constructor

Creates a new instance of the NonPersistentObjectSpace class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public NonPersistentObjectSpace(
    IServiceProvider serviceProvider,
    ITypesInfo typesInfo,
    IEntityStore entityStore
)

Parameters

Name Type Description
serviceProvider IServiceProvider

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

typesInfo ITypesInfo

An object implementing the ITypesInfo interface.

entityStore DevExpress.ExpressApp.DC.IEntityStore

An IEntityStore object.

See Also