Defines methods for persistable objects that require immutable semantics: i.e., persistable objects that can be inserted into and deleted from the database but must never be edited and therefore updated to the database.
Type | Description |
---|---|
ImmutableObject | Defines methods for persistable objects that require immutable semantics: i.e., persistable objects that can be inserted into and deleted from the database but must never be edited and therefore updated to the database. Subtype this class when your class requires immutable semantics. |
Namespace: DomainObjects.Facade.Domain
Assembly: DomainObjects.Core (in DomainObjects.Core.dll)
DomainObjects.Facade.Domain Namespace