public enum TieBreakingRuleScoreSource| I | 0 | Use the integer score |
| D | 1 | Use the decimal score |
| S | 2 | Use the special sum rulebook score |
| X | 3 | Use the inner ten score |
| IX | 4 | Use the integer socre, and if still tied then use the inner ten score |
| J | 5 | Use the special use case J score |
| K | 6 | Use the special use case K score |
| L | 7 | Use the special use case L score |
| 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) |