Click or drag to resize

ILocalizedNamedValue Interface

Specifies a contract implemented by classes representing values with localized / translatable descriptions

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 ILocalizedNamedValue : INamedValue

The ILocalizedNamedValue type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets the description associated with the current instance
(Inherited from INamedValue)
Public propertyDescriptions Gets a IReadOnlyDictionaryTKey, TValue containing translated descriptions
Public propertyId Gets the value associated with the current instance
(Inherited from INamedValue)
Top
Methods
 NameDescription
Public methodGetDescription Gets the description for specific locale
Top
See Also