For Babelfish Release 1.11.3.13

IRLIFList Interface

An IRLIFList represents an object, with a list of IRLIFItems, that may be used with the Result List Intermediate Formatter. The two known objects are SquaddingList and ResultList.

Note: ResultList has a list of ResentEvent (which implement IRLIFItem), but contains many other properties used by the Result List INtermediate Formatter. Such as Score or Rank.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public interface IRLIFList

Properties

EndDate The end date that the underlying event ended on.
Name The (mostly human readable) name given to this IRLIFLIst object.
ParentID The Parent ID of the match
ResultListFormatDef The default set name of the RESULT LIST FORMAT definition to use to format this IRLIFList object.
StartDate The start date that the underlying event started on.
Status The ResultStatus of the underlying event.
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

GetAsIRLItemsList Method to return the list of IRLIFItem items.

Both SquaddingList and ResultList have a List of Squadding or List of ResultEvent already. However there is no straightforward way to case these lists as List of IRLIFItem. This method bridges that gap.

Extension Methods

ListOfRelays Returns a unique list of relays that one more more participants are squadded on.

Relay "0" is excluded.


(Defined by IRLIFListExtensions)

See Also