For Babelfish Release 1.11.1.3

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.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public Dictionary<string, Shot> Shots { get; set; }

Property Value

DictionaryString, Shot

Implements

IEventScoresShots

See Also