Describes the version of an Entity.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Default | 0 | 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 | 256 | The entity contains its original values. | |
Current | 512 | The entity contains current values. | |
Proposed | 1024 | The entity contains a proposed value. |
See Also