For Babelfish Release 1.11.1.3

ProjectorOfScoresProjectEventScores Method

Default algorithm to project scores of both athletes and teams. Made virtual so a concrete ProjectorOfScores could implement their own team calculations.

Definition

Namespace: Scopos.BabelFish.DataActors.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public virtual void ProjectEventScores(
	IEventScoreProjection projection
)

Parameters

projection  IEventScoreProjection

See Also