For Babelfish Release 1.11.3.13

ResultListAbbrUserDefinedText Property

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}

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public Dictionary<UserDefinedFieldNames, string> UserDefinedText { get; set; }

Property Value

DictionaryUserDefinedFieldNames, String

See Also