Visual Basic (Declaration) | |
---|---|
Public Enum EntityVersion Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EntityVersion |
C# | |
---|---|
public enum EntityVersion : System.Enum, System.IComparable, System.IConvertible, System.IFormattable |
C++/CLI | |
---|---|
public enum class EntityVersion : public 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family