For Babelfish Release 1.11.1.3

TieBreakingRuleScoreSource Enumeration

Definition

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

Members

I0 Use the integer score
D1 Use the decimal score
S2 Use the special sum rulebook score
X3 Use the inner ten score
IX4 Use the integer socre, and if still tied then use the inner ten score
J5 Use the special use case J score
K6 Use the special use case K score
L7 Use the special use case L score

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