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

    NonPersistentObjectSpace(IServiceProvider, ITypesInfo) Constructor

    Creates a new instance of the NonPersistentObjectSpace class.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public NonPersistentObjectSpace(
        IServiceProvider serviceProvider,
        ITypesInfo typesInfo
    )

    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.

    See Also