Back to Devexpress

BaseObjectSpace Properties

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

latest3.4 KB
Original Source

BaseObjectSpace Properties

A base class for the classes that implement the IObjectSpace interface.

NameDescription
ConnectionGets the connection to the underlying data source.
DatabaseGets the name of the database.
IsCommittingIndicates whether the Object Space is currently committing the changes made to its object(s).
IsConnectedIndicates whether the BaseObjectSpace 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.
LockingCheckEnabledSpecifies whether or not the additional locking check is performed.
ModifiedObjectsReturns a collection of objects that have been created, modified or deleted in the current object context.
NonPersistentChangesEnabledSpecifies whether the BaseObjectSpace is marked as modified (see BaseObjectSpace.IsModified) when a non-persistent property is changed.
OwnerSpecifies the current Object Space’s root View or the root Object Space if the current Object Space is added to the AdditionalObjectSpaces collection.
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

BaseObjectSpace Class

BaseObjectSpace Members

DevExpress.ExpressApp Namespace