Click or drag to resize

ITimelineEventV1 Interface

Defines a contract for classes implementing timeline event

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 ITimelineEventV1 : ITimelineEvent

The ITimelineEventV1 type exposes the following members.

Properties
 NameDescription
Public propertyAssists Gets the list of assists
(Inherited from ITimelineEvent)
Public propertyAwayScore Gets the away score
(Inherited from ITimelineEvent)
Public propertyGoalScorer Gets the goal scorer
(Inherited from ITimelineEvent)
Public propertyHomeScore Gets the home score
(Inherited from ITimelineEvent)
Public propertyId Gets the timeline event identifier
(Inherited from ITimelineEvent)
Public propertyMatchClock Gets the match clock
Public propertyMatchStatusCode Gets the match status code
Public propertyMatchTime Gets the match time
(Inherited from ITimelineEvent)
Public propertyPeriod Gets the period
(Inherited from ITimelineEvent)
Public propertyPeriodName Gets the name of the period
(Inherited from ITimelineEvent)
Public propertyPlayer Gets the player
(Inherited from ITimelineEvent)
Public propertyPoints Gets the points
(Inherited from ITimelineEvent)
Public propertyStoppageTime Gets the stoppage time
(Inherited from ITimelineEvent)
Public propertyTeam Gets the team
(Inherited from ITimelineEvent)
Public propertyTime Gets the time
(Inherited from ITimelineEvent)
Public propertyType Gets the type
(Inherited from ITimelineEvent)
Public propertyValue Gets the value
(Inherited from ITimelineEvent)
Public propertyX Gets the x
Public propertyY Gets the y
Top
Remarks
Interface will be merged into base ITimelineEvent in next major version scheduled for January 2019
See Also