Click or drag to resize

RaceDay Class

Entity containg data about specific race day
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveOdds.RaceLiveOdds.CommonRaceDay

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.RaceLiveOdds.Common
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
[SerializableAttribute]
public class RaceDay

The RaceDay type exposes the following members.

Constructors
 NameDescription
Public methodRaceDayInitializes a new instance of the RaceDay class
Top
Properties
 NameDescription
Public propertyActive Whether race day is active.
Public propertyCode exampleChannelId Id of the channel where the race is broadcasted.
Public propertyEndTime End time of the race day.
Public propertyId Unique id of the race day.
Public propertyCode exampleName Name of the race day.
Public propertyParentId Parent id of the race day.
Public propertyCode exampleRaceDayNumber Incremental race day number.
Public propertyStartTime Start time of the race day.
Public propertyStatus Status.
Public propertyCode exampleSurface Type of the surface.
Public propertyCode exampleTrackName Name of the track
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also