Click or drag to resize

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

The IVenueV1 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
(Inherited from IVenue)
Public propertyCities Gets a IReadOnlyDictionaryTKey, TValue containing venue's city names in different languages
(Inherited from IVenue)
Public propertyCoordinates Gets a map coordinates specifying the exact location of the venue represented by current IVenue instance
(Inherited from IVenue)
Public propertyCountries Gets a IReadOnlyDictionaryTKey, TValue containing venue's country names in different languages
(Inherited from IVenue)
Public propertyCountryCode Gets a country code of the venue represented by current IVenue instance
(Inherited from IVenue)
Public propertyId Gets a URN uniquely identifying the current IVenue instance
(Inherited from IVenue)
Public propertyNames Gets a IReadOnlyDictionaryTKey, TValue containing venue's names in different languages
(Inherited from IVenue)
Public propertyState Gets a state of the venue represented by current IVenue instance
Top
Methods
 NameDescription
Public methodGetCity Gets the city name for specific locale
(Inherited from IVenue)
Public methodGetCountry Gets the country name for specific locale
(Inherited from IVenue)
Public methodGetName Gets the name for specific locale
(Inherited from IVenue)
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