Click or drag to resize

ISeasonInfoV1 Interface

Defines a contract for classes implementing

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 ISeasonInfoV1 : ISeasonInfo

The ISeasonInfoV1 type exposes the following members.

Properties
 NameDescription
Public propertyEndDate Gets the end date of the season represented by the current instance
Public propertyId Gets the URN identifying the current instance
(Inherited from ISeasonInfo)
Public propertyNames Gets the list of translated names
(Inherited from ISeasonInfo)
Public propertyStartDate Gets the start date of the season represented by the current instance
Public propertyTournamentId Gets the associated tournament identifier.
Public propertyYear Gets a String representation of the current season year
Top
Methods
 NameDescription
Public methodGetName Gets the name.
(Inherited from ISeasonInfo)
Top
See Also