For Babelfish Release 1.11.1.3

TieBreakingRuleMethod Enumeration

Specifies the method to use to compare two competitors.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public enum TieBreakingRuleMethod

Members

SCORE0 Use a value from the Score class.
COUNT_OF1 Counts the number of EventType=Singular with Integer score equal to Source.
PARTICIPANT_ATTRIBUTE2 Use a value from the Participant class
ATTRIBUTE3 Use a value from the Particiipant's Attributes. Attribute must be a Simple Attribute.

Extension Methods

Description Returns the Description attribute of an enum. If Description is not an attribute returns the .toString() value.
(Defined by EnumHelper)
GetAttributeOfTypeT Gets an attribute on an enum field value
(Defined by EnumHelper)

See Also