Class TeamStatistics
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Types
- Assembly
- Sportradar.LiveData.Sdk.dll
[Serializable]
public class TeamStatistics
- Inheritance
-
TeamStatistics
- Inherited Members
Fields
EVENT_TYPE
public static int EVENT_TYPE
Field Value
Properties
AwayTeamStatsI1
public string AwayTeamStatsI1 { get; }
Property Value
AwayTeamStatsI2
public string AwayTeamStatsI2 { get; }
Property Value
AwayTeamStatsI3
public string AwayTeamStatsI3 { get; }
Property Value
AwayTeamStatsI4
public string AwayTeamStatsI4 { get; }
Property Value
AwayTeamStatsI5
public string AwayTeamStatsI5 { get; }
Property Value
AwayTeamStatsI6
public string AwayTeamStatsI6 { get; }
Property Value
AwayTeamStatsI7
public string AwayTeamStatsI7 { get; }
Property Value
AwayTeamStatsI8
public string AwayTeamStatsI8 { get; }
Property Value
AwayTeamStatsI9
public string AwayTeamStatsI9 { get; }
Property Value
AwayTeamStatsIe
public string AwayTeamStatsIe { get; }
Property Value
AwayTeamStatsOt
public string AwayTeamStatsOt { get; }
Property Value
AwayTeamStatsP1
public string AwayTeamStatsP1 { get; }
Property Value
AwayTeamStatsP2
public string AwayTeamStatsP2 { get; }
Property Value
AwayTeamStatsP3
public string AwayTeamStatsP3 { get; }
Property Value
AwayTeamStatsP4
public string AwayTeamStatsP4 { get; }
Property Value
AwayTeamStatsTotal
public string AwayTeamStatsTotal { get; }
Property Value
HomeTeamStatsI1
public string HomeTeamStatsI1 { get; }
Property Value
HomeTeamStatsI2
public string HomeTeamStatsI2 { get; }
Property Value
HomeTeamStatsI3
public string HomeTeamStatsI3 { get; }
Property Value
HomeTeamStatsI4
public string HomeTeamStatsI4 { get; }
Property Value
HomeTeamStatsI5
public string HomeTeamStatsI5 { get; }
Property Value
HomeTeamStatsI6
public string HomeTeamStatsI6 { get; }
Property Value
HomeTeamStatsI7
public string HomeTeamStatsI7 { get; }
Property Value
HomeTeamStatsI8
public string HomeTeamStatsI8 { get; }
Property Value
HomeTeamStatsI9
public string HomeTeamStatsI9 { get; }
Property Value
HomeTeamStatsIe
public string HomeTeamStatsIe { get; }
Property Value
HomeTeamStatsOt
public string HomeTeamStatsOt { get; }
Property Value
HomeTeamStatsP1
public string HomeTeamStatsP1 { get; }
Property Value
HomeTeamStatsP2
public string HomeTeamStatsP2 { get; }
Property Value
HomeTeamStatsP3
public string HomeTeamStatsP3 { get; }
Property Value
HomeTeamStatsP4
public string HomeTeamStatsP4 { get; }
Property Value
HomeTeamStatsTotal
public string HomeTeamStatsTotal { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Remarks
Can be used for diagnostics purposes.