public enum LeagueSeasonType| PRESEASON | 0 | Preseason league |
| REGULAR | 1 | Regular season league |
| POSTSEASTON | 2 | Postseason League |
| 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) |