public enum ResultFieldMethod| SCORE | 0 | This is the absolute score the Participant has shot. |
| PROJECTED_SCORE | 1 | This is the score the Participant is projected to have when they finish. If a Projected score is not known, then the absolute score is returned in its place. |
| PARTICIPANT_ATTRIBUTE | 2 | A value from one of the many common fields for the participant. For example Display Name, Country, or Hometown |
| ATTRIBUTE | 3 | Value from this participant's Attribute Values |
| GAP | 4 | The score difference between the current participant and the leader (rank == 1) within the Result List. |
| COMPLETION | 5 | The percent complete the marksment is for an Event. 0 means not started (aka FUTURE), 100 means finsihed (aka UNOFFICIAL or OFFICIAL). |
| RECORD | 6 | Information about any record this score may represent for the participant. For example "PR" for personal record, "RR" for Range Record, "SH" for Season High. |
| 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) |