IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityVersion Enumeration |
'Declaration
Public Enum EntityVersion Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As EntityVersion
public enum EntityVersion : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Current | The entity contains current values. |
Default | The default version for the state of the entity. For an EntityState value of Added, Modified or Unchanged, the default version is Current. For an EntityState of Deleted the default version is Original. For an entity in IEditableObject.Edit state the version is Proposed. |
Original | The entity contains its original values. |
Proposed | The entity contains a proposed value. |
System.Object
System.ValueType
System.Enum
IdeaBlade.EntityModel.EntityVersion
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2