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.
public interface IRLIFList| 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:
|
| 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. |
| ListOfRelays |
Returns a unique list of relays that one more more participants are squadded on.
Relay "0" is excluded. (Defined by IRLIFListExtensions) |