Class ExportableCourse
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import course item properties
[Serializable]
public class ExportableCourse
- Inheritance
-
ExportableCourse
- Inherited Members
Properties
Holes
List of associated holes
public ICollection<ExportableHole> Holes { get; set; }
Property Value
Id
The id value
public string Id { get; set; }
Property Value
Names
A IDictionary<TKey, TValue> containing translated name of the item
public IDictionary<CultureInfo, string> Names { get; set; }