For Babelfish Release 1.11.1.3

AbbreviatedScoreDisplay Class

Used to hold formatted score data to be displayed to the athlete or spectators. Intentially similiar to the DataModel.Definition class AbbreviatedFormat, which is used to define the structure of he data. This class (in DataModel.OrionMatch) is used to hold the formatted score data.

Definition

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

Constructors

Properties

AttributeList available shot attribute list.
Children 
EventDisplayName The name of the event to display to the athlete
EventName The name of the top level event.
FormatName A unique name given to this AbbreviatedFormat.
ScoreFormatted Human Readable score format string. defaults to decimal single value.

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)
ShouldSerializeAttributeList 
ShouldSerializeChildren 
ToString
(Overrides ObjectToString)

See Also