Click or drag to resize

IdNameTuple(Int64, String, Int64, Boolean, Boolean) Constructor

Initialize a new IdNameTuple instance.

Namespace: Sportradar.SDK.FeedProviders.Common
Assembly: FeedProviderCommon (in FeedProviderCommon.dll) Version: 2.28.0.0
Syntax
C#
public IdNameTuple(
	long id,
	string value,
	long unique_id,
	bool id_specified = true,
	bool unique_id_specified = true
)

Parameters

id  Int64
Entity id
value  String
Entity value
unique_id  Int64
Entity unique id (i.e. team unique id)
id_specified  Boolean  (Optional)
Whether id is specified or not
unique_id_specified  Boolean  (Optional)
Whether unique id is specified or not
See Also