public enum ClubAuthorizationRole| ADMIN | 0 | Can do everything a Manager can plus assign the Admin role to other Club members. |
| MANAGER | 1 | |
| MEMBER | 2 | |
| COACH | 3 | |
| PAYER | 4 |
| 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) |