For Babelfish Release 1.11.1.3

CompetitionTypeOptions Enumeration

Definition

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

Members

UNKNOWN0 Unknown
TRAINING1 Training (this value is usually set by Orion)
PRACTICE2 Practice (this value is usually set by Athena)
PRACTICE_MATCH3 Practice Match
POSTAL_MATCH4 Postal Match
LOCAL_MATCH5 Local Match
LEAGUE_GAME6 League Game
VIRTUAL_MATCH7 League Game
LEAGUE_CHAMPIONSHIP8 League Championship
REGIONAL_MATCH9 Regional Match
REGIONAL_CHAMPIONSHIP10 Regional Championship
NATIONAL_MATCH11 National Match
NATIONAL_CHAMPIONSHIP12 National Championship

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