Skip to main content
.NET Framework 4.5.2+

NonPersistentObjectSpace Constructors

An Object Space used to manage non-persistent objects.
Name Parameters Description
NonPersistentObjectSpace(ITypesInfo, IEntityStore) typesInfo, entityStore Creates a new instance of the NonPersistentObjectSpace class.
NonPersistentObjectSpace(ITypesInfo) typesInfo Creates a new instance of the NonPersistentObjectSpace class.
NonPersistentObjectSpace(IServiceProvider, ITypesInfo, IEntityStore) serviceProvider, typesInfo, entityStore Creates a new instance of the NonPersistentObjectSpace class.
NonPersistentObjectSpace(IServiceProvider, ITypesInfo) serviceProvider, typesInfo Creates a new instance of the NonPersistentObjectSpace class.
See Also