Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    NonPersistentObjectSpaceProvider(IServiceProvider) Constructor

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

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public NonPersistentObjectSpaceProvider(
        IServiceProvider serviceProvider = null
    )

    Optional Parameters

    Name Type Default Description
    serviceProvider IServiceProvider null

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

    See Also