Interface ITimelineEvent
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract for classes implementing timeline event
public interface ITimelineEvent
Properties
Assists
Gets the list of assists
IEnumerable<IAssist> Assists { get; }
Property Value
- IEnumerable<IAssist>
The assists
AwayScore
Gets the away score
decimal? AwayScore { get; }
Property Value
- decimal?
The away score
GoalScorer
Gets the goal scorer
IGoalScorer GoalScorer { get; }
Property Value
- IGoalScorer
The goal scorer
HomeScore
Gets the home score
decimal? HomeScore { get; }
Property Value
- decimal?
The home score
Id
Gets the timeline event identifier
long Id { get; }
Property Value
- long
The id of timeline event
MatchClock
Gets the match clock
string MatchClock { get; }
Property Value
- string
The match clock
MatchStatusCode
Gets the match status code
int? MatchStatusCode { get; }
Property Value
- int?
The match status code
MatchTime
Gets the match time
int? MatchTime { get; }
Property Value
- int?
The match time
Period
Gets the period
string Period { get; }
Property Value
- string
The period
PeriodName
Gets the name of the period
string PeriodName { get; }
Property Value
- string
The name of the period
Player
Gets the player
IEventPlayer Player { get; }
Property Value
- IEventPlayer
The player
Points
Gets the points
string Points { get; }
Property Value
- string
The points
StoppageTime
Gets the stoppage time
string StoppageTime { get; }
Property Value
- string
The stoppage time
Team
Gets the team
HomeAway? Team { get; }
Property Value
- HomeAway?
The team
Time
Gets the time
DateTime Time { get; }
Property Value
- DateTime
The time
Type
Gets the type
string Type { get; }
Property Value
- string
The type
Value
Gets the value
string Value { get; }
Property Value
- string
The value
X
Gets the x
int? X { get; }
Property Value
- int?
The x
Y
Gets the y
int? Y { get; }
Property Value
- int?
The y