Click or drag to resize

HomeAwayT Class

Home and away tuple (e.g. counters, stats).
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.CommonHomeAwayT

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

Type Parameters

T
Type that has a home and away value.

The HomeAwayT type exposes the following members.

Constructors
 NameDescription
Public methodHomeAwayT Initializes a new instance of the HomeAwayT class.
Top
Properties
 NameDescription
Public propertyTeam1 Team 1 / Home team.
Public propertyTeam2 Team 2 / Away team.
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