Click or drag to resize

IdNameTuple(Int64, String, 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,
	bool id_specified = true
)

Parameters

id  Int64
Entity id
value  String
Entity value
id_specified  Boolean  (Optional)
Whether id is specified or not
See Also