For Babelfish Release 1.11.1.3

ShotUpdate Property

A Shot is uniquely identified (and stored in a database) by the combination of its Result COF ID, Sequence number, and Update value. Each time a shot is updated, a ShotLog entry must be added. By adding a ShotLog, the value for .Update is also updated. NOTE: A Shot may not have a log entry with .Update == 0. This would be, for example, a manually added shot such as a MISS or Cross Fire. When adding a manual shot, it should come with a ShotLog, which would be .Update == 1.

Definition

Namespace: Scopos.BabelFish.DataModel.Athena.Shot
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public int Update { get; }

Property Value

Int32

See Also