Table of Contents

Interface ISeasonInfo

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract for classes implementing

public interface ISeasonInfo

Properties

EndDate

Gets the end date of the season represented by the current instance

DateTime EndDate { get; }

Property Value

DateTime

The end date.

Id

Gets the Urn identifying the current instance

Urn Id { get; }

Property Value

Urn

The Urn identifying the current instance

Names

Gets the list of translated names

IReadOnlyDictionary<CultureInfo, string> Names { get; }

Property Value

IReadOnlyDictionary<CultureInfo, string>

The list of translated names

StartDate

Gets the start date of the season represented by the current instance

DateTime StartDate { get; }

Property Value

DateTime

TournamentId

Gets the associated tournament identifier.

Urn TournamentId { get; }

Property Value

Urn

The associated tournament identifier.

Year

Gets a string representation of the current season year

string Year { get; }

Property Value

string

Methods

GetName(CultureInfo)

Gets the name.

string GetName(CultureInfo culture)

Parameters

culture CultureInfo

The culture

Returns

string

System.String