Click or drag to resize
weroSoft AG, Software
ActionHint Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the action which is requested to resolve a version.

Namespace:  WeroSoft.Serialization.BiTemporal
Assembly:  WeroSoft.Data.Library (in WeroSoft.Data.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum ActionHint
Members
  Member nameValueDescription
ExactVersion0 Get the version exactly matching the defined identifier.
NextVersion1 Get the version next to the defined identifier.
PreviousVersion2 Get the version previous to the defined identifier.
See Also