DevForce Help Reference
EntityVersion Enumeration


Describes the version of an Entity.
Syntax
'Declaration
 
Public Enum EntityVersion 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As EntityVersion
Members
MemberDescription
Current The entity contains current values.
DefaultThe 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.EntityModel.EntityVersion

Requirements

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

See Also

Reference

IdeaBlade.EntityModel Namespace

Send Feedback