For Babelfish Release 1.11.1.3

ShowWhenCondition Enumeration

Conditional variables that evaluate to true or false at runtime, to help decide if a column should be displayed or not.

Definition

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

Members

TRUE0 Always evaluates to true.
FALSE1 Always evalutes to false.
RESULT_STATUS_FUTURE2 Evaluates to true when the Result List Intermedaite Format's Result List's Status is FUTURE.
RESULT_STATUS_INTERMEDIATE3 Evaluates to true when the Result List Intermedaite Format's Result List's Status is INTERMEDIATE.
RESULT_STATUS_UNOFFICIAL4 Evaluates to true when the Result List Intermedaite Format's Result List's Status is UNOFFICIAL.
RESULT_STATUS_OFFICIAL5 Evaluates to true when the Result List Intermedaite Format's Result List's Status is OFFICIAL.
DIMENSION_EXTRA_SMALL6 Evaluates to true when the Result List Intermedaite Fromat .ResolutionWidth >= 325.
DIMENSION_SMALL7 Evaluates to true when the Result List Intermedaite Fromat .ResolutionWidth >= 576.
DIMENSION_MEDIUM8 Evaluates to true when the Result List Intermedaite Fromat .ResolutionWidth >= 768.
DIMENSION_LARGE9 Evaluates to true when the Result List Intermedaite Fromat .ResolutionWidth >= 992.
DIMENSION_EXTRA_LARGE10 Evaluates to true when the Result List Intermedaite Fromat .ResolutionWidth >= 1200.
DIMENSION_EXTRA_EXTRA_LARGE11 Evaluates to true when the Result List Intermedaite Fromat .ResolutionWidth >= 1400.
DIMENSION_LT_SMALL12 
DIMENSION_LT_MEDIUM13 
DIMENSION_LT_LARGE14 
DIMENSION_LT_EXTRA_LARGE15 
DIMENSION_LT_EXTRA_EXTRA_LARGE16 
MATCH_TYPE_LOCAL17 Evaluates to true when the Result List Intermedaite Format's Result List's Match's Type is a Local Match.
MATCH_TYPE_VIRTUAL18 Evaluates to true when the Result List Intermedaite Format's Result List's Match's Type is a Virtual Match.
MATCH_TYPE_TOURNAMENT19 Evaluates to true when the Result List Intermedaite Format's Result List's Match's Type is a Tournament.
SHOT_ON_EST20 Evaluates to true when the Result List report scores were shot on ESTs.
SHOT_ON_PAPER21 Evalutes to true when the Result List reports scores were shot on paper targets.
ENGAGEABLE22 Evaluates to true when the Result List Intermediate Format will be displayed on an interface that is considered user interface engageable.
NOT_ENGAGEABLE23 Evaluates to true when the Result List Intermediate Format will be displayed on an interface that is not considered user interface engageable.
SUPPLEMENTAL24 Evaluates to true when the Result List Intermediate Format will be displayed on an interface that the user does want to see "supplemental" information.

Websites will generally have supplemental information turned on. Spectator displays and print outs generally do not.

NOT_SUPPLEMENTAL25 Evaluates to true when the Result List Intermediate Format will be displayed on an interface that the user does not want to see "supplemental" information.
HAS_ANY_SHOWN_REMARK26 Evaluates to true on a column when any participant in the Result List has a shown Remark. In a row, evaluates to true with the participant has any Remark.
HAS_SHOWN_REMARK_DNS27 Evaluates to true when the Participant within the Result List has the Remark of Did Not Shoot
HAS_SHOWN_REMARK_DNF28 Evaluates to true when the Participant within the Result List has the Remark of Did Not Finish
HAS_SHOWN_REMARK_DSQ29 Evaluates to true when the Participant within the Result List has the Remark of Disqualified
HAS_SHOWN_REMARK_BUBBLE30 Evaluates to true when the Participant within the Result List has the Remark of Bubble
HAS_SHOWN_REMARK_ELIMINATED31 Evaluates to true when the Participant within the Result List has the Remark of Eliminated
HAS_SHOWN_REMARK_QUALIFIED32 Evaluates to true when the Participant within the Result List has the Remark of Qualified
HAS_SHOWN_REMARK_FIRST33 Evaluates to true when the Participant within the Result List has the Remark of Qualified
HAS_SHOWN_REMARK_SECOND34 Evaluates to true when the Participant within the Result List has the Remark of Qualified
HAS_SHOWN_REMARK_THIRD35 Evaluates to true when the Participant within the Result List has the Remark of Qualified
HAS_SHOWN_REMARK_LEADER36 Evaluates to true when the Participant within the Result List has the Remark of Qualified

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