Click or drag to resize

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

The ITimelineEventV2 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
(Inherited from ITimelineEventV1)
Public propertyMatchStatusCode Gets the match status code
(Inherited from ITimelineEventV1)
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
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
(Inherited from ITimelineEventV1)
Public propertyY Gets the y
(Inherited from ITimelineEventV1)
Top
Remarks
Interface will be merged into base ITimelineEvent in next major version scheduled for January 2019
See Also