Click or drag to resize

ObjectState Class

Represents the state of an object with regard to the containing transaction.
Inheritance Hierarchy

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public sealed class ObjectState : Enum

The ObjectState type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAdded
The object has been added to the transaction and the transaction is still uncommitted
Public fieldStatic memberDeleted
The object has been marked for deletion in the transaction
Public fieldStatic memberModified
The object has been modified after the last transaction commit
Public fieldStatic memberUnchanged
The object has not been changed after the last transaction commit
Public fieldvalue__
Top
See Also