Skip to main content
All docs
V25.2
  • NonPersistentObjectSpace(IServiceProvider, ITypesInfo) Constructor

    Creates a new instance of the NonPersistentObjectSpace class.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.2.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