Class PitchingReport
Inheritance
PitchingReport
Assembly: BaseballSharp.dll
Syntax
public class PitchingReport
Properties
|
Edit this page
View Source
AwayProbablePitcherId
Declaration
public int? AwayProbablePitcherId { get; set; }
Property Value
|
Edit this page
View Source
AwayProbablePitcherName
Declaration
public string? AwayProbablePitcherName { get; set; }
Property Value
|
Edit this page
View Source
AwayProbablePitcherNotes
Notes on the probable away starting pitcher. Not always available.
Declaration
public string? AwayProbablePitcherNotes { get; set; }
Property Value
|
Edit this page
View Source
AwayTeam
Declaration
public string? AwayTeam { get; set; }
Property Value
|
Edit this page
View Source
HomeProbablePitcherId
Declaration
public int? HomeProbablePitcherId { get; set; }
Property Value
|
Edit this page
View Source
HomeProbablePitcherName
Declaration
public string? HomeProbablePitcherName { get; set; }
Property Value
|
Edit this page
View Source
HomeProbablePitcherNotes
Notes on the probable home starting pitcher. Not always available.
Declaration
public string? HomeProbablePitcherNotes { get; set; }
Property Value
|
Edit this page
View Source
HomeTeam
Declaration
public string? HomeTeam { get; set; }
Property Value