Show / Hide Table of Contents

Class Linescore

Inheritance
object
Linescore
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 Linescore

Properties

| Edit this page View Source

AwayteamErrors

The number of errors for the home team.

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

AwayteamHits

The number of hits for the away.

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

AwayteamRuns

The number of runs for the away team.

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

CatcherId

The ID of the catcher.

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

CatcherName

The catcher's name.

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

CenterFielderId

The ID of the center fielder.

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

CenterFielderName

The name of the center fielder.

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

CurrentInning

The current inning of play.

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

DefensePitcherName

The defensive pitcher's name.

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

DefensiveBatterId

The ID of the defensive batter.

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

DefensiveBatterName

The name of the defensive batter.

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

DefensiveInHole

The name of defensive player in the hole.

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

DefensiveInHoleId

The ID number of the defensive player in the hole.

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

DefensiveOnDeck

The name of the defensive on deck player.

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

DefensiveOnDeckId

The ID of the defensive on deck player.

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

DefensivePitcherId

The ID of the defensive pitcher.

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

DefensiveTeamId

The id number of the defending team.

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

DefensiveTeamName

The name of the defensive team.

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

FirstBasemanId

The ID of the first baseman.

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

FirstBasemanName

The name of the first baseman.

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

HometeamErrors

The number of errors for the home team.

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

HometeamHits

The number of hits for the home team.

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

HometeamRuns

The number of runs for the home team.

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

InningHalf

Whether or not its the bottom or top of the inning.

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

InningNumber

The inning number.

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

LeftFielderId

The ID of the left fielder.

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

LeftFielderName

The name of the left fielder.

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

OffensiveTeamBatterId

The batter id number for the offensive team player.

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

OffensiveTeamBatterName

The name of the current offensive batter.

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

OffensiveTeamInHoleId

The Id number for the in hole on the offensive team

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

OffensiveTeamInHoleName

The name of the player in hole on the offensive team.

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

OffensiveTeamName

The offensive team name.

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

OffensiveTeamOnDeckId

The on deck player id for the offensive team.

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

OffensiveTeamOnDeckName

The name of the offensive player on deck.

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

OffensiveTeamPitcherId

The Id number for the offensive team pitcher.

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

OffensiveTeamPitcherName

The offensive team pitcher name.

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

Outs

The number of outs in this half of the inning.

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

RightFielderId

The ID of the right fielder.

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

RightFielderName

The name of the right fielder.

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

ScheduledInnings

The number of innings scheduled for the game.

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

SecondBasemanId

The ID of the second baseman.

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

SecondBasemanName

The name of the second baseman.

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

ShortstopId

The ID number of the shortstop.

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

ShortstopName

The name of the shortstop.

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

ThirdBasemanId

The ID of the third baseman.

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

ThirdBasemanName

The name of the third baseman.

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