DomainObjects Class Library

EditableObject Properties

The properties of the EditableObject class are listed below. For a complete list of EditableObject class members, see the EditableObject Members topic.

Public Instance Properties

HasDatabaseIdentity (inherited from TransactableObject) 
Identity (inherited from PersistableObject) Uniquely identifies a persistable object by type and primary key.
IsDeletedFromDatabase (inherited from TransactableObject) Determine if this instance has been successfully deleted from the database. If true, then methods cannot be called against this instance and all references to this instance must be nullified.
IsEdited 
IsNew (inherited from TransactableObject) 
IsPrivateCopy (inherited from TransactableObject) 
IsReconstructed (inherited from PersistableObject) Indicates that this object has been reconstructed from the database rather than retrieved from the cache. For internal DomainObject use only.
NeedsDelete (inherited from TransactableObject)
PrimaryKey (inherited from PersistableObject) 
VersionNumber 

See Also

EditableObject Class | DomainObjects.Facade.Domain Namespace