Click or drag to resize

ICategory Interface

Defines a contract implemented by classes representing sport category

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface ICategory : ICategorySummary, 
	IEntityPrinter

The ICategory type exposes the following members.

Properties
 NameDescription
Public propertyCountryCode Gets the country code
(Inherited from ICategorySummary)
Public propertyId Gets a URN uniquely identifying the category represented by the current instance
(Inherited from ICategorySummary)
Public propertyNames Gets a IReadOnlyDictionaryTKey, TValue containing translated category name
(Inherited from ICategorySummary)
Public propertyTournaments Gets a IEnumerableT representing the tournaments which belong to the category represented by the current instance
Top
Methods
 NameDescription
Public methodGetName Gets the name in specified culture language
(Inherited from ICategorySummary)
Public methodToString Returns a String that represents this instance.
(Inherited from IEntityPrinter)
Public methodToString(IFormatProvider) Returns a string that represents the current object
(Inherited from IEntityPrinter)
Public methodToString(String, IFormatProvider)Formats the value of the current instance using the specified format.
(Inherited from IEntityPrinter)
Top
See Also