For Babelfish Release 1.11.1.3

ShotGraphicDisplay Class

A ShotGraphicDisplay describes how both the target image graphic should be displayed, what shots should be displayed on it, and the text representation of the scores for the Competitor.

Definition

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

Constructors

Properties

AbbreviatedFormat Describites what (text) scores should be displayed along witgh the target image graphics.
CurrentEvents In a Live event, lists the current EventNames for each EventType. In a event that is already concluded, this data structure will not have any meaning.
Description Human readable description of what this ShotGraphicDisplay do.
PostDisplayName Human Readable name used only in Post Displays
Show Describes which shots should be displayed graphically.

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)
ShouldSerializeShow 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also