For Babelfish Release 1.11.1.3

GetScoreHistoryAbstractRequestEventStyleDef Property

Gets or Sets the SetName of the Event Style for the Score History request. On Get, a returned value of null, means the EventStyle has not been set yet. On Set, StageStyles must be an empty list. Setting both StageStyles and EventStyle is vorbotten. Setting neither will return all EventStyles for the athletes in the UserIds list.

Definition

Namespace: Scopos.BabelFish.Requests.ScoreHistoryAPI
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public SetName EventStyleDef { get; set; }

Property Value

SetName

Exceptions

GetScoreHistoryRequestExceptionThrown if called tried to set EventStyle with StageStles previously having one or more values.

See Also