public enum CompareMethod| START_DATE | 0 | DateTime StartDate of match |
| END_DATE | 1 | DateTime EndDate of match |
| OWNER_ID | 2 | string OwnerId creator of the match |
| MATCH_ID | 3 | MatchID MatchID of match, unique per match |
| MATCH_NAME | 4 | string MatchName, Human readable name of the match |
| DISTANCE | 5 | double (nullable) Location.Distance, matches kilometers to caller, if known |
| 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) |