For Babelfish Release 1.11.3.13

ResultEventShots Property

Scores for each Singular Event (usually a Shot). The Key is the sequence number, which is represented here as a string, but is really a float. The Value is the Shot object. To get a dictionary of Shots by their EventName, use GetShotsByEventName() In the Result Event object, which is part of a Resuslt List, the Shots dictionary is purposefully not included to conserve length of data. It is included in ResultEvents because of the IEventScoreProjection interface.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public Dictionary<string, Shot> Shots { get; set; }

Property Value

DictionaryString, Shot

Implements

IEventScoresShots

See Also