For Babelfish Release 1.11.1.3

TieBreakingRuleScoreSource Property

The Score dictionary property to use to compare.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public TieBreakingRuleScoreSource Source { get; set; }

Property Value

TieBreakingRuleScoreSource

Remarks

Optional values are:
  • I => Use the integer score.
  • D => Use the decimal score.
  • S => Use the special sum rulebook score.
  • X => Use the inner ten score.
  • IX => Use the integer socre, and if still tied then use the inner ten score.
  • J => Use the special use case J score.
  • K => Use the special use case K score.
  • L => Use the special use case L score.

See Also