Click or drag to resize

ICustomBetSelectionBuilder Interface

Defines methods used to build selections

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface ICustomBetSelectionBuilder

The ICustomBetSelectionBuilder type exposes the following members.

Methods
 NameDescription
Public methodBuild Builds and returns a ISelection instance
Public methodBuild(URN, Int32, String, String) Builds and returns a ISelection instance
Public methodSetEventId Sets event id to the provided URN
Public methodSetMarketId Sets market id to the provided value
Public methodSetOutcomeId Sets outcome id to the provided value
Public methodSetSpecifiers Sets specifiers to the provided value
Top
See Also