Click or drag to resize

ISelectionBuilder Interface

Defines a contract for classes implementing builder for ISelection

Namespace: Sportradar.MTS.SDK.Entities.Builders
Assembly: Sportradar.MTS.SDK (in Sportradar.MTS.SDK.dll) Version: 2.4.1.2

The ISelectionBuilder type exposes the following members.

Methods
 NameDescription
Public methodBuild Builds the ISelection
Public methodSet(Int64, String, NullableInt32, Boolean) Sets the ISelection properties
Public methodSet(String, String, NullableInt32, Boolean) Sets the ISelection properties
Public methodSetBanker Sets the banker property
Public methodSetBoostedOdds Sets the boosted odds multiplied by 10000 and rounded to int value
Public methodSetEventId(Int64)Obsolete.
Sets the Betradar event (match or outright) id
Public methodSetEventId(String) Sets the Betradar event (match or outright) id
Public methodSetId Sets the selection id
Public methodSetIdLcoo Sets the selection id for LCOO
Public methodSetIdLo Sets the selection id for LiveOdds
Public methodSetIdUof(Int32, String, Int32, String, IReadOnlyDictionaryString, String, IReadOnlyDictionaryString, Object) Sets the selection id for UOF
Public methodCode exampleSetIdUof(Int32, String, Int32, String, String, IReadOnlyDictionaryString, Object) Sets the selection id for UOF
Public methodSetOdds Sets the odds multiplied by 10000 and rounded to int value
Top
See Also