For Babelfish Release 1.11.1.3

ResultFieldMethod Enumeration

Specifies where the data is coming from for a Result List Field.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public enum ResultFieldMethod

Members

SCORE0 This is the absolute score the Participant has shot.
PROJECTED_SCORE1 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_ATTRIBUTE2 A value from one of the many common fields for the participant. For example Display Name, Country, or Hometown
ATTRIBUTE3 Value from this participant's Attribute Values
GAP4 The score difference between the current participant and the leader (rank == 1) within the Result List.
COMPLETION5 The percent complete the marksment is for an Event. 0 means not started (aka FUTURE), 100 means finsihed (aka UNOFFICIAL or OFFICIAL).
RECORD6 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.

Extension Methods

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)

See Also