Click or drag to resize

ICompetitionStatus Interface

Defines a contract implemented by classes representing the status of a ICompetition

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface ICompetitionStatus

The ICompetitionStatus type exposes the following members.

Properties
 NameDescription
Public propertyEventResults Gets the event results
Public propertyProperties Gets a IReadOnlyDictionaryTKey, TValue containing additional event status values
Public propertyReportingStatus Returns a ReportingStatus describing the reporting status of the associated sport event
Public propertyStatus Gets a EventStatus describing the high-level status of the associated sport event
Public propertyWinnerId Gets the winner identifier
Top
Methods
 NameDescription
Public methodGetPropertyValue Gets the value of the property specified by it's name
Top
See Also