Class PlayerStatistics
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Types
- Assembly
- Sportradar.LiveData.Sdk.dll
[Serializable]
public class PlayerStatistics
- Inheritance
-
PlayerStatistics
- Inherited Members
Fields
EVENT_TYPE
public static int EVENT_TYPE
Field Value
Properties
AwayBattersStatsTotal
public string AwayBattersStatsTotal { get; }
Property Value
AwayPitchersStatsTotal
public string AwayPitchersStatsTotal { get; }
Property Value
AwayPlayerStatsOt
public string AwayPlayerStatsOt { get; }
Property Value
AwayPlayerStatsP1
public string AwayPlayerStatsP1 { get; }
Property Value
AwayPlayerStatsP2
public string AwayPlayerStatsP2 { get; }
Property Value
AwayPlayerStatsP3
public string AwayPlayerStatsP3 { get; }
Property Value
AwayPlayerStatsP4
public string AwayPlayerStatsP4 { get; }
Property Value
AwayPlayerStatsSet1
public string AwayPlayerStatsSet1 { get; }
Property Value
AwayPlayerStatsSet2
public string AwayPlayerStatsSet2 { get; }
Property Value
AwayPlayerStatsSet3
public string AwayPlayerStatsSet3 { get; }
Property Value
AwayPlayerStatsSet4
public string AwayPlayerStatsSet4 { get; }
Property Value
AwayPlayerStatsSet5
public string AwayPlayerStatsSet5 { get; }
Property Value
AwayPlayerStatsTotal
public string AwayPlayerStatsTotal { get; }
Property Value
HomeBattersStatsTotal
public string HomeBattersStatsTotal { get; }
Property Value
HomePitchersStatsTotal
public string HomePitchersStatsTotal { get; }
Property Value
HomePlayerStatsOt
public string HomePlayerStatsOt { get; }
Property Value
HomePlayerStatsP1
public string HomePlayerStatsP1 { get; }
Property Value
HomePlayerStatsP2
public string HomePlayerStatsP2 { get; }
Property Value
HomePlayerStatsP3
public string HomePlayerStatsP3 { get; }
Property Value
HomePlayerStatsP4
public string HomePlayerStatsP4 { get; }
Property Value
HomePlayerStatsSet1
public string HomePlayerStatsSet1 { get; }
Property Value
HomePlayerStatsSet2
public string HomePlayerStatsSet2 { get; }
Property Value
HomePlayerStatsSet3
public string HomePlayerStatsSet3 { get; }
Property Value
HomePlayerStatsSet4
public string HomePlayerStatsSet4 { get; }
Property Value
HomePlayerStatsSet5
public string HomePlayerStatsSet5 { get; }
Property Value
HomePlayerStatsTotal
public string HomePlayerStatsTotal { 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.