Click or drag to resize

IdNameTuple Class

Id and localized name tuple with optional unique id field.
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.CommonIdNameTuple

Namespace: Sportradar.SDK.FeedProviders.Common
Assembly: FeedProviderCommon (in FeedProviderCommon.dll) Version: 2.28.0.0
Syntax
C#
[SerializableAttribute]
public class IdNameTuple

The IdNameTuple type exposes the following members.

Constructors
 NameDescription
Public methodIdNameTuple(Int64, String, Boolean) Initialize a new IdNameTuple instance.
Public methodIdNameTuple(Int64, String, Int64, Boolean, Boolean) Initialize a new IdNameTuple instance.
Top
Properties
 NameDescription
Public propertyId Entity id
Public propertyName Localized entity name
Public propertyUniqueId Specified the team unique id. The teams have two id's; one named id and another named uniqueid. The id is for that team in that tournament, and the uniqueid is for that team in all tournaments. Not all teams have the uniqueid attribute, so it should only be used to identify that two teams in different tournaments are the same.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Convert to string representation.
(Overrides ObjectToString)
Top
See Also