Back to Devexpress

IObjectSpace Properties

expressappframework-devexpress-dot-expressapp-dot-iobjectspace-dot-underscore-properties.md

latest2.6 KB
Original Source

IObjectSpace Properties

Declares members implemented by Object Space.

NameDescription
DatabaseGets the name of the database used when a connection associated with the current Object Space’s container for in-memory objects is opened.
IsCommittingIndicates whether the Object Space is currently committing the changes made to its object(s).
IsConnectedIndicates whether the Object Space’s container for in-memory objects is connected to the database.
IsDeletingIndicates whether the current Object Space is about to delete an object(s).
IsDisposedGets a value indicating whether an Object Space has been disposed of.
IsModifiedSpecifies whether objects belonging to the current Object Space are modified.
IsReloadingGets a boolean value indicating whether or not the Object Space is reloading.
ModifiedObjectsReturns a collection of objects that have been created, modified or deleted after they were retrieved or committed.
NonPersistentChangesEnabled
OwnerSpecifies an object that owns the current Object Space.
ServiceProviderGets the IServiceProvider used to access the application’s services.
TypesInfoGets information on the business classes added to the Application Model (see IModelBOModel).

See Also

IObjectSpace Interface

IObjectSpace Members

DevExpress.ExpressApp Namespace