Table of Contents

Class ExportableVenue

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

Class used to export/import venue item properties

[Serializable]
public class ExportableVenue : ExportableBase
Inheritance
ExportableVenue
Inherited Members

Properties

Capacity

Gets the capacity of the venue

public int? Capacity { get; set; }

Property Value

int?

CityNames

A IDictionary<TKey, TValue> containing city of the venue in different languages

public IDictionary<CultureInfo, string> CityNames { get; set; }

Property Value

IDictionary<CultureInfo, string>

Coordinates

Gets a map coordinates specifying the exact location of the venue

public string Coordinates { get; set; }

Property Value

string

CountryCode

Gets a country code of the venue

public string CountryCode { get; set; }

Property Value

string

CountryNames

A IDictionary<TKey, TValue> containing country of the venue in different languages

public IDictionary<CultureInfo, string> CountryNames { get; set; }

Property Value

IDictionary<CultureInfo, string>

Courses

Gets the course

public ICollection<ExportableCourse> Courses { get; set; }

Property Value

ICollection<ExportableCourse>

The course

State

Gets a state of the venue

public string State { get; set; }

Property Value

string