Table of Contents

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

ICollection<ExportableHole>

Id

The id value

public string Id { get; set; }

Property Value

string

Names

A IDictionary<TKey, TValue> containing translated name of the item

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

Property Value

IDictionary<CultureInfo, string>