For Babelfish Release 1.11.1.3

RankingDirectiveListOnly Property

In the event that tie between two participants can not be broken, the TieBreakingRules in ListOnly are used to sort participants for display purposes only. The result engine must use the list of TieBreakingRules in the order listed. Once the tie is broke the remaining rules may be ignored. These rules do not affect a participants rank, only the order they are listed. This attribute is not required.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public List<TieBreakingRuleBase> ListOnly { get; set; }

Property Value

ListTieBreakingRuleBase

See Also