SportEventStatus
On Competition SportEvent type we can get sport event status. Depending on the type of sport event it needs to be cast to the appropriate status type to get all possible values.
The class diagram below shows all interfaces derived from the SportEventStatus along with methods defined on each one.
Class Structure
The following links will lead you to the respective class articles. Each article has three sections consisting of a class/interface description, method summary, and methods details.
i. For sport event (competition) status
Defines methods used to access general competition status attributes
ii. For sport event (competition) statistics
Defines methods used to access general competition status attributes
Defines methods used to access team statistics
Defines methods used to access specific period statistics
'CompetitionStatus' Class Diagram

Last updated
Was this helpful?