Click or drag to resize

IVenue Interface

Defines a contract implemented by classes representing a sport event venue

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 IVenue : IEntityPrinter

The IVenue type exposes the following members.

Properties
 NameDescription
Public propertyCapacity Gets the capacity of the venue associated with current IVenue instance, or a null reference if the capacity is not specified
Public propertyCities Gets a IReadOnlyDictionaryTKey, TValue containing venue's city names in different languages
Public propertyCoordinates Gets a map coordinates specifying the exact location of the venue represented by current IVenue instance
Public propertyCountries Gets a IReadOnlyDictionaryTKey, TValue containing venue's country names in different languages
Public propertyCountryCode Gets a country code of the venue represented by current IVenue instance
Public propertyId Gets a URN uniquely identifying the current IVenue instance
Public propertyNames Gets a IReadOnlyDictionaryTKey, TValue containing venue's names in different languages
Top
Methods
 NameDescription
Public methodGetCity Gets the city name for specific locale
Public methodGetCountry Gets the country name for specific locale
Public methodGetName Gets the name for specific locale
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