Click or drag to resize

ITeamStatisticsV1 Interface

Defines a contract for classes implementing team statistics

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface ITeamStatisticsV1 : ITeamStatistics

The ITeamStatisticsV1 type exposes the following members.

Properties
 NameDescription
Public propertyCards Gets the total count of received cards
(Inherited from ITeamStatistics)
Public propertyCornerKicks Gets the total count of corner kicks
(Inherited from ITeamStatistics)
Public propertyHomeAway Gets an indication if the statistics are for the home or away team
(Inherited from ITeamStatistics)
Public propertyName Gets the name
Public propertyRedCards Gets the total count of red cards
(Inherited from ITeamStatistics)
Public propertyTeamId Gets the team id
Public propertyYellowCards Gets the total count of yellow cards
(Inherited from ITeamStatistics)
Public propertyYellowRedCards Gets the total count of yellow-red cards
(Inherited from ITeamStatistics)
Top
See Also