For Babelfish Release 1.11.1.3

CompareByRankingDirectiveProjected Property

Indicates, if true, that the Projected Score instance should be used instead of the Score instance. Would be the case if the result list we are sorting has .Projected = true. The default, false, means to always use the .Score instance.

Definition

Namespace: Scopos.BabelFish.DataActors.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public bool Projected { get; set; }

Property Value

Boolean

See Also