For Babelfish Release 1.11.1.3

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.1.4+b1da393815f6638555a663d9a94167ecabea5695
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.

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