Enum EntityDataIntegrityMethod
- Namespace
- Cuemon.Data.Integrity
- Assembly
- Cuemon.Data.Integrity.dll
Specifies ways for a checksum of data to be computed.
public enum EntityDataIntegrityMethod
Fields
Combined = 1
Indicates that a checksum is combined from all given input and hence always will be available.
Timestamp = 2
Indicates that a checksum is generated from date-time inputs.
Unaltered = 0
Indicates default behavior which is leaving the checksum unaltered.