For Babelfish Release 1.11.3.13

ResultListAbbr Class

Describes the configuration of a ResultList.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public class ResultListAbbr
Inheritance
Object    ResultListAbbr

Constructors

ResultListAbbr Default public constructor

Properties

Primary Boolean, indicating if this Result List is considered one of the primary (or featured) competition results in the match.
RankingRuleDef The RANKING RULE definition used for this Result List.
ResultListFormatDef The RESULT LIST FORMAT definition used for this Result List.
ResultListID Unique identifier, within this match, for this Result List.
Obsolete
ResultName The name of the Result List. Will be unique within the Match.
ScoreConfigName The name of the ScoreConfig, from the SCORE FORMAT COLLECTION used as the default format option.
Status Indicates the completion status of this Result List.
Team Boolean, indicating if this Result List is for a Team competition.
UserDefinedText On RESULT LIST FORMAT definitions that provided for the option, the user (usually the Match Director) may specify their own interpolated values for designated fields. These are known as UserDefinedText. There are at most three user defined fields in a RESULT LIST FORMAT (man definitions do not have any).

The most common example is a demographic spanning text field.

Text values are interpolated with any common field or user defined field. The list is common fields is at support.scopos.tech

Example text values:

  • "Competitor Number: {CompetitorNumber}, Hometown: {Hometown}
  • "Club: {Organization}, Coach: {Coach}

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)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ShouldSerializeUserDefinedText Newtonsoft.json helper method, to determine if UserDefinedText should be serialized.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also