For Babelfish Release 1.12.3.10

TieBreakingRuleScoreSource Property

The Score dictionary property to use to compare.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
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