Click or drag to resize

IMatchStatusV1 Interface

Defines a contract implemented by classes representing a match status

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 IMatchStatusV1 : IMatchStatus, 
	ICompetitionStatus

The IMatchStatusV1 type exposes the following members.

Properties
 NameDescription
Public propertyAwayPenaltyScore Gets the penalty score of the away competitor competing on the associated sport event (for Ice Hockey)
Public propertyAwayScore Gets the score of the away competitor competing on the associated sport event
(Inherited from IMatchStatus)
Public propertyEventClock Gets the IEventClock instance describing the timings in the current event
(Inherited from IMatchStatus)
Public propertyEventResults Gets the event results
(Inherited from ICompetitionStatus)
Public propertyHomePenaltyScore Gets the penalty score of the home competitor competing on the associated sport event (for Ice Hockey)
Public propertyHomeScore Gets the score of the home competitor competing on the associated sport event
(Inherited from IMatchStatus)
Public propertyPeriodScores Gets the list of IPeriodScore
(Inherited from IMatchStatus)
Public propertyProperties Gets a IReadOnlyDictionaryTKey, TValue containing additional event status values
(Inherited from ICompetitionStatus)
Public propertyReportingStatus Returns a ReportingStatus describing the reporting status of the associated sport event
(Inherited from ICompetitionStatus)
Public propertyStatus Gets a EventStatus describing the high-level status of the associated sport event
(Inherited from ICompetitionStatus)
Public propertyWinnerId Gets the winner identifier
(Inherited from ICompetitionStatus)
Top
Methods
 NameDescription
Public methodGetMatchStatusAsync Asynchronously gets the match status
(Inherited from IMatchStatus)
Public methodGetPropertyValue Gets the value of the property specified by it's name
(Inherited from ICompetitionStatus)
Top
Remarks
Interface will be merged into base IMatchStatus in next major version scheduled for January 2019
See Also