DomainObjects Class Library

IReadOnly Interface

Defines methods for persistable objects that require read-only semantics: i.e., persistable objects that exist in the database (via, for example, an external load process or script) and must never be inserted into, updated to or deleted from the database.

public interface IReadOnly : IPersistable, ISerializable, IXmlSerializable

Types that implement IReadOnly

Type Description
ReadOnlyObject Implements methods for persistable objects that require read-only semantics: i.e., persistable objects that exist in the database (via, for example, an external load process or script) and must never be inserted into, updated to or deleted from the database. Subtype this class when your class requires read-only semantics.

Requirements

Namespace: DomainObjects.Facade.Domain

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

See Also

DomainObjects.Facade.Domain Namespace