Click or drag to resize

IDrawResult Interface

Defines a contract for classes implementing the draw result

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 IDrawResult

The IDrawResult type exposes the following members.

Properties
 NameDescription
Public propertyNames Gets a IReadOnlyDictionaryTKey, TValue containing translated names
Public propertyValue Gets the value of the draw
Top
Methods
 NameDescription
Public methodGetName Gets the name in specified culture language
Top
See Also