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
Coordinates
Gets a map coordinates specifying the exact location of the venue
public string Coordinates { get; set; }
Property Value
CountryCode
Gets a country code of the venue
public string CountryCode { get; set; }
Property Value
CountryNames
A IDictionary<TKey, TValue> containing country of the venue in different languages
public IDictionary<CultureInfo, string> CountryNames { get; set; }
Property Value
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; }