EntityVersion Enumeration Breeze.sharp
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

public enum EntityVersion
Members

  Member nameValueDescription
Default0 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.
Original256 The entity contains its original values.
Current512 The entity contains current values.
Proposed1024 The entity contains a proposed value.
See Also

Reference