For Babelfish Release 1.11.1.3

ProjectScoresByNull Class

Null operator for projecting scores, meaning it implements the abstract class ProjectorOfScores, but doesn't actually project anything. In fact, it sets all the .Projected scores to null.

Definition

Namespace: Scopos.BabelFish.DataActors.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class ProjectScoresByNull : ProjectorOfScores
Inheritance
Object    ProjectorOfScores    ProjectScoresByNull

Constructors

Properties

APIStage The API Stage to use when making Scopos REST API calls. Default value is Production.
(Inherited from ProjectorOfScores)
CourseOfFire
(Inherited from ProjectorOfScores)
NumberOfTeamMembers If projecting scores for a team event, this is the number of team members the contribute to the team score. The default value is 4.
(Inherited from ProjectorOfScores)
ProjectionMadeBy
(Overrides ProjectorOfScoresProjectionMadeBy)
TeamMemberComparer The comparer instance to use when ranking team members within a team, which will decide which team members's projected scores to count when calculating the team's projected score.
(Inherited from ProjectorOfScores)
TopLevelEvent
(Inherited from ProjectorOfScores)
XAPIKey The x-api-key to use when making scopos REST API calls.
(Inherited from ProjectorOfScores)

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
InitializeAsync Method to initialize internal parameters for the ProjectorOfScores. Default implementation is not to do anything.
(Inherited from ProjectorOfScores)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ProjectAthleteScores
(Overrides ProjectorOfScoresProjectAthleteScores(IEventScoreProjection))
ProjectEventScores
(Overrides ProjectorOfScoresProjectEventScores(IEventScoreProjection))
ProjectTeamScores
(Overrides ProjectorOfScoresProjectTeamScores(IEventScoreProjection, EventComposite, Int32))
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also