For Babelfish Release 1.11.1.3

AbbreviatedFormat Class

An AbbreviatedFormat describes the format of a AbbreviatedResultCOF. These are used to display event scores to the athlete within his or her Athena compliant EST Monitor and to spectators through EST Displays.

Definition

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

Constructors

Properties

Children A list of (uncompiled) child events who scores should be included in the resulting AbbreviatedResultCOF.
Comment Internal documentation comments. All text is ignored by the system.
(Inherited from AbbreviatedFormatBase)
EventDisplayName The name of the event to display to the athlete. If this value is null or an empty string, the value of EventName is used.
(Inherited from AbbreviatedFormatBase)
EventName The name of the top level event.
(Inherited from AbbreviatedFormatBase)
FormatName A unique name given to this AbbreviatedFormat.

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)
GetCompiledAbbreviatedFormatChildren
(Overrides AbbreviatedFormatBaseGetCompiledAbbreviatedFormatChildren(IEventScoreProjection))
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)
ShouldSerializeChildren 
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

See Also