MatchEvent Class

An event in the match

Definition

Namespace: NFF.FIKS.EnterpriseServices.Components.Entities
Assembly: NFF.FIKS.EnterpriseServices.Components (in NFF.FIKS.EnterpriseServices.Components.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class MatchEvent
Inheritance
Object    MatchEvent

Properties

AwayGoals Number of away goals when the event was registered
Comment Comment to event. If the player id is NULL the comment property contains the player name.
ConnectedToEvent Value set if this event is connected to another event. This property is populated with the MatchEventId of the match event it is connected to. This property is used when the event is a substitution
HomeGoals Number of home goals when the event was registered
LastChangedDate Date when the event was last modified
LiveStreamEventTimestampUTC Timestamp in UTC when the event occurred
MatchEventId Event id
MatchEventType Name of event type
MatchEventTypeId Event type id
MatchId Match id
Minute Time of event
OverTime If the event happened after regular period time has expired, this is minutes after. (e.g. event happened in the 47th minute of the 1st half, OverTime would be 2)
PeriodName Name for the period: "1. omgang", "2. omgang" etc
PersonId PersonId
PersonInfoHidden This value is true if person info is left out. This is the case if the person is under 15
PlayerId Player id
PlayerName Name of player
SecondYellowCard True if a second yellow card has been booked
TeamId Team id
TeamName Team name

See Also