For Babelfish Release 1.12.5.15

ResultListCalculateChecksum Method

Calculates a checksum value that represents the current state of the object's properties, excluding the LastUpdated and CheckSum properties.

After an object is deserialized, this method can be used to verify the integrity of the deserialized data by comparing the calculated value against the stored CheckSum.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.5.15+bc7490f802416c9e774304c66372b6a26afede1d
C#
public ulong CalculateChecksum()

Return Value

UInt64
A ulong containing the calculated checksum value for the object.

Implements

ICheckSumCalculateChecksum

See Also