DomainObjects Class Library

ReadOnlyObject Class

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.

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

System.Object
   MarshalByRefObject
      PersistableObject
         ReadOnlyObject

[Serializable]
[Serializable]
public class ReadOnlyObject : PersistableObject, IReadOnly

Requirements

Namespace: DomainObjects.Facade.Domain

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

See Also

ReadOnlyObject Members | DomainObjects.Facade.Domain Namespace