Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

NonPersistentObjectSpace Properties

An Object Space used to manage non-persistent objects.
Name Description
AdditionalObjectSpaces Gets the list of Object Spaces required to handle persistent objects that may be displayed from a non-persistent object‘s View.
AutoCommitAdditionalObjectSpaces Specifies whether the current non-persistent Object Space’s CommitChanges() method forces additional Object Spaces to commit their changed persistent objects. When this property is set to true, changes to persistent objects that belong to additional Object Spaces mark the NonPersistentObjectSpace as modified.
AutoDisposeAdditionalObjectSpaces Specifies whether the current non-persistent Object Space disposes of its inner Object Spaces from the AdditionalObjectSpaces collection when it disposes itself.
AutoRefreshAdditionalObjectSpaces Specifies whether the current non-persistent Object Space refreshes its inner Object Spaces from the AdditionalObjectSpaces collection when it refreshes itself.
AutoSetModifiedOnObjectChange Specifies whether the current non-persistent Object Space adds objects to the ModifiedObjects collection when they raise the PropertyChanged event.
CanFilterByNonPersistentMembers For internal use. Inherited from BaseObjectSpace.
Connection Gets the connection to the underlying data source. Inherited from BaseObjectSpace.
Database Gets the name of the database. Inherited from BaseObjectSpace.
IsCommitting Indicates whether the Object Space is currently committing the changes made to its object(s). Inherited from BaseObjectSpace.
IsConnected Indicates whether the BaseObjectSpace is connected to the database. Inherited from BaseObjectSpace.
IsDeleting Indicates whether the current Object Space is about to delete an object(s). Inherited from BaseObjectSpace.
IsDisposed Gets a value indicating whether an Object Space has been disposed of. Inherited from BaseObjectSpace.
IsModified Specifies whether objects belonging to the current Object Space are modified. Inherited from BaseObjectSpace.
IsReloading Gets a boolean value indicating whether or not the Object Space is reloading. Inherited from BaseObjectSpace.
LockingCheckEnabled Specifies whether or not the additional locking check is performed. Inherited from BaseObjectSpace.
ModifiedObjects Gets a list of non-persistent objects modified within the current NonPersistentObjectSpace.
NonPersistentChangesEnabled Specifies whether the BaseObjectSpace is marked as modified (see BaseObjectSpace.IsModified) when a non-persistent property is changed. Inherited from BaseObjectSpace.
Owner Specifies the View owning the current Object Space. Inherited from BaseObjectSpace.
TypesInfo Gets information on the business classes added to the Application Model (see IModelBOModel). Inherited from BaseObjectSpace.
See Also