Click or drag to resize

ISportEventV1 Interface

Defines a contract implemented by classes representing the target(tournament, match, race) of feed messages

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 ISportEventV1 : ISportEvent

The ISportEventV1 type exposes the following members.

Properties
 NameDescription
Public propertyId Gets a URN uniquely identifying the sport event associated with the current instance
(Inherited from ISportEvent)
Top
Methods
 NameDescription
Public methodGetNameAsync Asynchronously gets the name of the sport event
(Inherited from ISportEvent)
Public methodGetReplacedByAsync Asynchronously gets a URN specifying the replacement sport event for the associated sport event.
Public methodGetScheduledEndTimeAsync Asynchronously gets a DateTime instance specifying for when the sport event associated with the current instance is scheduled to end or a null reference if the value is not known
(Inherited from ISportEvent)
Public methodGetScheduledTimeAsync Asynchronously gets a DateTime instance specifying for when the sport event associated with the current instance is scheduled or a null reference if the value is not known
(Inherited from ISportEvent)
Public methodGetSportIdAsync Asynchronously gets a URN uniquely identifying the sport associated with the current instance
(Inherited from ISportEvent)
Public methodGetStartTimeTbdAsync Asynchronously gets a NullableT specifying if the start time to be determined is set for the associated sport event.
Top
See Also