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