Click or drag to resize

OutrightInfo Class

Outright information containing the date and time, sport, category and tournament of the outright and what TV-channels this match is broadcasted on.
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveOdds.OutrightsOutrightInfo

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

The OutrightInfo type exposes the following members.

Constructors
 NameDescription
Public methodOutrightInfoInitializes a new instance of the OutrightInfo class
Top
Properties
 NameDescription
Public propertyCategory Gets a IdNameTuple specifying the category associated with the current OutrightInfo instance
Public propertyEndDate Gets a DateTime specifying the end-date of the outright represented by the current OutrightInfo instance
Public propertyName Gets the name of the outright represented by the current OutrightInfo instance
Public propertySeason Gets a IdNameTuple specifying the season associated with the current OutrightInfo instance
Public propertySport Gets a IdNameTuple specifying the sport associated with the current OutrightInfo instance
Public propertyTournament Gets a IdNameTuple specifying the tournament associated with the current OutrightInfo instance
Public propertyUniqueTournament Gets a IdNameTuple specifying the unique tournament associated with the current OutrightInfo instance
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 representation of the current OutrightInfo instance
(Overrides ObjectToString)
Top
See Also