For Babelfish Release 1.11.1.3

ScoringSystem Enumeration

The type of scoring system in use.

Definition

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

Members

UNKNOWN0 Target system is unknown.
EST1 ESTs where used to score all shots.
TARGET_READING_MACHINE2 All shots were shot on paper but scored by electronic means. Orion's VIS is an example.
PAPER3 All shots were shot on paper and scored using manual methods.
MANUAL4 Scores were entered by hand. Scoring system is unknown.
MIXED5 A Mix of scoring systems were used.

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