Sportradar.MTS.SDK.API Namespace
Sportradar.MTS.SDK.Common.Exceptions Namespace
Sportradar.MTS.SDK.Entities.Builders Namespace
Sportradar.MTS.SDK.Entities.EventArguments Namespace
Sportradar.MTS.SDK.Entities.Interfaces Namespace
Sportradar.MTS.SDK.Entities.Internal.REST Namespace
Sportradar MTS SDK .NET Standard 2.1, v2.3.3

ISelectionBuilder..::..Set Method (Int64, String, Nullable<(Of <(<'Int32>)>)>, Boolean)

Sets the ISelection properties

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

Syntax


ISelectionBuilder Set(
	long eventId,
	string id,
	Nullable<int> odds,
	bool isBanker
)

Parameters

eventId
Type: Int64
The event id
id
Type: String
The selection id
odds
Type: Nullable<(Of <(<'Int32>)>)>
The odds value to be set
isBanker
Type: Boolean
if set to true [is banker]

Return Value

Returns a ISelectionBuilder