Click or drag to resize

OddsType Constructor

Initializes a new instance of the OddsType class

Namespace: Sportradar.SDK.FeedProviders.OddsCreator
Assembly: OddsCreatorProvider (in OddsCreatorProvider.dll) Version: 2.28.0.0
Syntax
C#
public OddsType(
	int oddsTypeId,
	string description,
	List<Outcome> outcomes
)

Parameters

oddsTypeId  Int32

[Missing <param name="oddsTypeId"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.OddsType.#ctor(System.Int32,System.String,System.Collections.Generic.List{Sportradar.SDK.FeedProviders.OddsCreator.Outcome})"]

description  String

[Missing <param name="description"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.OddsType.#ctor(System.Int32,System.String,System.Collections.Generic.List{Sportradar.SDK.FeedProviders.OddsCreator.Outcome})"]

outcomes  ListOutcome

[Missing <param name="outcomes"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.OddsType.#ctor(System.Int32,System.String,System.Collections.Generic.List{Sportradar.SDK.FeedProviders.OddsCreator.Outcome})"]

See Also