Table of Contents

Interface ICourse

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

Defines a contract implemented by classes representing a golf course

public interface ICourse : IEntityPrinter
Inherited Members

Properties

Holes

Get the list of holes associated with this course

ICollection<IHole> Holes { get; }

Property Value

ICollection<IHole>

Id

Gets a Urn uniquely identifying the current ICourse instance

Urn Id { get; }

Property Value

Urn

Names

Gets a IReadOnlyDictionary<TKey, TValue> containing course's names in different languages

IReadOnlyDictionary<CultureInfo, string> Names { get; }

Property Value

IReadOnlyDictionary<CultureInfo, string>