For Babelfish Release 1.11.1.3

ShotGraphicShow Class

Definition

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

Constructors

Properties

Competition Show Competition shots or sighter shots.
EventName When ShotPresentation == "EVENT", thsi property holds the name of the Event to show shots from.
EventType When ShotPresentation == "CURRENT", this property holds the EventTyhpe to show. The current EventType is listed under LiveDispaly.CurrentEvents. NOTE, only relavent during a live display of shots.
ShotPresentation ALL => Display all competition shots EVENT => Display only the shots from the event with EventName (listed in the EventName property) CURRENT => Display the shots from the current SERIES, STAGE, STIRNG, etc. NOTE, only relavent during a live display of shots. PAST(n) => Display the last n number of shots
ShowName Name given to this ShotGraphicShow object. Should be semi-human readable.
StageLabel If Competition == SIGHTER, then show all sighters that have a StageLabel equal to, well, this property.

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

See Also