For Babelfish Release 1.11.1.3

MatchParticipantRole Enumeration

Definition

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

Members

ATHLETE0 An athlete or competitor
COACH1 A coach
STATISTICAL_OFFICER2 A statistical officer
RANGE_OFFICER3 A range officer
TECHNICAL_OFFICER4 A range officer
MATCH_DIRECTOR5 Match Director
REGISTRATION6 Registration
NONE7 

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