public enum EventtType| NONE | 0 | |
| EVENT | 1 | |
| STAGE | 2 | |
| SERIES | 3 | |
| STRING | 4 | |
| ROUND | 5 | |
| SINGULAR | 6 |
| 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) |