For Babelfish Release 1.11.1.3

ParticipantRemark Enumeration

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public enum ParticipantRemark

Members

DNS0 Did Not Start
DNF1 Did Not Finish
DSQ2 Disqualified
ELIMINATED3 Eliminated
BUBBLE4 On the bubble of elimination
LEADER5 Participant was a leader at some point.
FIRST6 First place
SECOND7 Second place
THIRD8 Third place
QUALIFIED9 Qualified for Final
ELLIPSES10 Three dots (...) show when we don't want to show un-updated information.

Extension Methods

Description Returns the Description attribute of an enum. If Description is not an attribute returns the .toString() value.
(Defined by EnumHelper)
GetAttributeOfTypeT Gets an attribute on an enum field value
(Defined by EnumHelper)

See Also