Interface ISport
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by classes representing a sport
public interface ISport : ISportSummary, IEntityPrinter
- Inherited Members
Properties
Categories
Gets a IEnumerable<T> representing categories which belong to the sport represented by the current instance
IEnumerable<ICategory> Categories { get; }