DomainObjects Class Library

TransactableObject Properties

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

Public Instance Properties

HasDatabaseIdentity 
Identity (inherited from PersistableObject) Uniquely identifies a persistable object by type and primary key.
IsDeletedFromDatabase 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.
IsNew 
IsPrivateCopy 
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
PrimaryKey (inherited from PersistableObject) 

See Also

TransactableObject Class | DomainObjects.Facade.Domain Namespace