public enum TieBreakingRuleParticipantAttributeSource| FamilyName | 0 | |
| GivenName | 1 | |
| MiddleName | 2 | |
| CompetitorNumber | 3 | |
| DisplayName | 4 | |
| DisplayNameShort | 5 | |
| HomeTown | 6 | |
| Country | 7 | |
| Club | 8 |
| 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) |