Show / Hide Table of Contents

Class PitchingReport

Inheritance
object
PitchingReport
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: BaseballSharp.Models
Assembly: BaseballSharp.dll
Syntax
public class PitchingReport

Properties

| Edit this page View Source

AwayProbablePitcherId

Declaration
public int? AwayProbablePitcherId { get; set; }
Property Value
Type Description
int?
| Edit this page View Source

AwayProbablePitcherName

Declaration
public string? AwayProbablePitcherName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

AwayProbablePitcherNotes

Notes on the probable away starting pitcher. Not always available.

Declaration
public string? AwayProbablePitcherNotes { get; set; }
Property Value
Type Description
string
| Edit this page View Source

AwayTeam

Declaration
public string? AwayTeam { get; set; }
Property Value
Type Description
string
| Edit this page View Source

HomeProbablePitcherId

Declaration
public int? HomeProbablePitcherId { get; set; }
Property Value
Type Description
int?
| Edit this page View Source

HomeProbablePitcherName

Declaration
public string? HomeProbablePitcherName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

HomeProbablePitcherNotes

Notes on the probable home starting pitcher. Not always available.

Declaration
public string? HomeProbablePitcherNotes { get; set; }
Property Value
Type Description
string
| Edit this page View Source

HomeTeam

Declaration
public string? HomeTeam { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX