For Babelfish Release 1.12.5.15

ShotCheckSum Property

A hashed value that is unique to this instance. The value is calculated by the CalculateChecksum() method.

Definition

Namespace: Scopos.BabelFish.DataModel.Athena.Shot
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.5.15+bc7490f802416c9e774304c66372b6a26afede1d
C#
public string CheckSum { get; set; }

Property Value

String

Implements

ICheckSumCheckSum

Remarks

Choosing not to include CheckSum in the serialized value, as it is not a top level document.

See Also