For Babelfish Release 1.11.1.3

ResultStatus Enumeration

"FUTURE", "INTERMEDIATE", "UNOFFICIAL", "OFFICIAL

Definition

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

Members

FUTURE0 The underlying event has not started yet. No scores to report.
INTERMEDIATE1 The underlying event has started but not yet complete. Only partial scores avalaible to report. The scores reported are the actual scores participants have shot.
UNOFFICIAL2 The underlying event has completed. All scores are in but not deemed Final yet. Likely a Challenge Period is still in progress.
OFFICIAL3 The underlying event has completed, and all scores are final.

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