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. |
| 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) |