DomainObjects Class Library

TransactableObject.IsDeletedFromDatabase Property

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.

[XmlIgnore]
public Boolean IsDeletedFromDatabase {get; set;}

Implements

IDeletable.

See Also

TransactableObject Class | DomainObjects.Facade.Domain Namespace