For Babelfish Release 1.11.3.13

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.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public List<ShotLog> UpdateLog { get; set; }

Property Value

ListShotLog

See Also