For Babelfish Release 1.11.1.3

ShotUpdateLog Property

A shot log entry is required for each Update to a shot. the .Update value for a original (hasn't been changed) shot is 0. By adding a ShotLog, the value for .Update is also updated.

Definition

Namespace: Scopos.BabelFish.DataModel.Athena.Shot
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public List<ShotLog> UpdateLog { get; set; }

Property Value

ListShotLog

See Also