Click or drag to resize

INamedValue Interface

Specifies a contract implemented by classes representing values with names / 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 INamedValue

The INamedValue type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets the description associated with the current instance
Public propertyId Gets the value associated with the current instance
Top
See Also