Skip to main content
.NET 6.0+

NonPersistentObjectSpaceProvider Constructors

Provides Object Space that manipulates non-persistent object instances.
Name Parameters Description
NonPersistentObjectSpaceProvider(ITypesInfo, NonPersistentTypeInfoSource) typesInfo, typeInfoSource Initializes a new instance of the NonPersistentObjectSpaceProvider class with specified settings.
NonPersistentObjectSpaceProvider(IServiceProvider, ITypesInfo, NonPersistentTypeInfoSource) serviceProvider, typesInfo, typeInfoSource Initializes a new instance of the NonPersistentObjectSpaceProvider class with specified settings.
NonPersistentObjectSpaceProvider(IServiceProvider) serviceProvider Initializes a new instance of the NonPersistentObjectSpaceProvider class with specified settings.
See Also