For Babelfish Release 1.11.1.3

ShowInSegment Class

Defines which shots should be displayed within the EST Athlete Monitor and EST Spectator Display during a Segment.

Definition

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

Constructors

ShowInSegment Public constructor

Properties

Comment Internal documentation comments. All text is ignored by the system.
Competition Display shots that are either competition shots (non sighters), sighters, or both.

Default value is BOTH

ShotPresentation Must be one of the following values ALL STRING (default) Past(1) Past(5) PAST(10)
StageLabel Display shots who's StageLabel is within this list. StageLabels are traditionally defined by a single character.

An empty list means to display all shots regardless of Stage Label.

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

See Also