Click or drag to resize

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

The ITimelineEvent type exposes the following members.

Properties
 NameDescription
Public propertyAssists Gets the list of assists
Public propertyAwayScore Gets the away score
Public propertyGoalScorer Gets the goal scorer
Public propertyHomeScore Gets the home score
Public propertyId Gets the timeline event identifier
Public propertyMatchTime Gets the match time
Public propertyPeriod Gets the period
Public propertyPeriodName Gets the name of the period
Public propertyPlayer Gets the player
Public propertyPoints Gets the points
Public propertyStoppageTime Gets the stoppage time
Public propertyTeam Gets the team
Public propertyTime Gets the time
Public propertyType Gets the type
Public propertyValue Gets the value
Public propertyX Gets the x
Public propertyY Gets the y
Top
See Also