Click or drag to resize

ICompetition Methods

The ICompetition type exposes the following members.

Methods
 NameDescription
Public methodGetBookingStatusAsync Asynchronously gets a BookingStatus enum member providing booking status for the associated entity or a null reference if booking status is not known
Public methodGetCompetitorsAsync Asynchronously gets a IEnumerableT representing competitors in the sport event associated with the current instance
Public methodGetConditionsAsync Asynchronously gets a ISportEventConditions instance representing live conditions of the sport event associated with the current instance
Public methodGetNameAsync Asynchronously gets the name of the sport event
(Inherited from ISportEvent)
Public methodGetScheduledEndTimeAsync Asynchronously gets a DateTime instance specifying for when the sport event associated with the current instance is scheduled to end or a null reference if the value is not known
(Inherited from ISportEvent)
Public methodGetScheduledTimeAsync Asynchronously gets a DateTime instance specifying for when the sport event associated with the current instance is scheduled or a null reference if the value is not known
(Inherited from ISportEvent)
Public methodGetSportIdAsync Asynchronously gets a URN uniquely identifying the sport associated with the current instance
(Inherited from ISportEvent)
Public methodGetStatusAsync Gets a ICompetitionStatus instance containing information about the progress of a sport event associated with the current instance
Public methodGetVenueAsync Asynchronously gets a IVenue instance representing a venue where the sport event associated with the current instance will take place
Top
See Also