For Babelfish Release 1.11.1.3

Competition Class

Stores information about the current Competition going on.

Definition

Namespace: Scopos.BabelFish.DataModel.Athena.Range
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class Competition
Inheritance
Object    Competition

Constructors

Competition Public constructor

Properties

CurrentMatchID The Match ID that is currently going on. An empty string means there are no current matches.
CurrentRelay The name of the current Relay competing. If it is an empty string, then it either means there is not a Competiiton going on, or the first relay has not started.
IsMatchRunning Check if there is currently a match running, if CurrentRelay == "" then False

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetCurrentCompetition Sets CurrentRelay and CurrentMatchID if the matchID is different that the CurrentMatchID value.
SetNoCurrentCompetition Sets the CurrentRelay to an empty string, to indicate there is not a competition going on currently, or the first relay has not been sent to the Athena system.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also