Click or drag to resize

IOddsCreatorGetOddsTypeIds Method

[Missing <summary> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.IOddsCreator.GetOddsTypeIds(System.Int32,System.Boolean)"]


Namespace: Sportradar.SDK.FeedProviders.OddsCreator
Assembly: OddsCreatorProvider (in OddsCreatorProvider.dll) Version: 2.28.0.0
Syntax
C#
IList<IdName> GetOddsTypeIds(
	int sportId,
	bool needMatchId
)

Parameters

sportId  Int32

[Missing <param name="sportId"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.IOddsCreator.GetOddsTypeIds(System.Int32,System.Boolean)"]

needMatchId  Boolean

[Missing <param name="needMatchId"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.IOddsCreator.GetOddsTypeIds(System.Int32,System.Boolean)"]

Return Value

IListIdName

[Missing <returns> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.IOddsCreator.GetOddsTypeIds(System.Int32,System.Boolean)"]

See Also