public enum LinkToOption| ResultCOF | 0 | Indicates that the Cell should link to the ResultCOF Page (sometimes called Individual Score Page). |
| PublicProfile | 1 | Indicates that the Cell should link to the athletes or team's public profile page, if they have one. |
| None | 2 | Indicates that the Cell should not link to any page. Which is the default option. |
| 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) |