Table of Contents

Interface INamedValue

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest
Assembly
Sportradar.OddsFeed.SDK.dll

Specifies a contract implemented by classes representing values with names / descriptions

public interface INamedValue

Properties

Description

Gets the description associated with the current instance

string Description { get; }

Property Value

string

Id

Gets the value associated with the current instance

int Id { get; }

Property Value

int