DomainObjects Class Library

EditableObject Class

Implements methods for persistable objects that require editable semantics: i.e., persistable objects that can be inserted into, updated to and deleted from the database. Subtype this class when your class requires editable semantics.

For a list of all members of this type, see EditableObject Members.

System.Object
   MarshalByRefObject
      PersistableObject
         TransactableObject
            EditableObject

[Serializable]
[Serializable]
public class EditableObject : TransactableObject, IEditable

Requirements

Namespace: DomainObjects.Facade.Domain

Assembly: DomainObjects.Core (in DomainObjects.Core.dll)

See Also

EditableObject Members | DomainObjects.Facade.Domain Namespace