Class Team
Assembly: BaseballSharp.dll
Syntax
Properties
|
Edit this page
View Source
Abbreviation
Declaration
public string? Abbreviation { get; set; }
Property Value
|
Edit this page
View Source
DivisionId
Division ID from the API (used for building other calls).
Declaration
public int? DivisionId { get; set; }
Property Value
|
Edit this page
View Source
DivisionName
The name of the team's division, (eg. "American League West).
Declaration
public string? DivisionName { get; set; }
Property Value
|
Edit this page
View Source
FullName
The team's full name. eg: "Toronto Blue Jays".
Declaration
public string? FullName { get; set; }
Property Value
|
Edit this page
View Source
Id
Team ID from the API (used for building other calls).
Declaration
public int? Id { get; set; }
Property Value
|
Edit this page
View Source
LeagueId
The league ID (used for building other league calls).
Declaration
public int? LeagueId { get; set; }
Property Value
|
Edit this page
View Source
LeagueName
The name of the league that the team plays in.
Declaration
public string? LeagueName { get; set; }
Property Value
|
Edit this page
View Source
Location
Declaration
public string? Location { get; set; }
Property Value
|
Edit this page
View Source
Name
The team's name (eg: "Jays").
Declaration
public string? Name { get; set; }
Property Value
|
Edit this page
View Source
VenueId
Declaration
public int? VenueId { get; set; }
Property Value
|
Edit this page
View Source
VenueName
Declaration
public string? VenueName { get; set; }
Property Value