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