Class Division
Inherited Members
Namespace: BaseballSharp.Models
Assembly: BaseballSharp.dll
Syntax
public class Division
Properties
| Edit this page View SourceDivisionAbbreviation
The abbreviated name of the division. Eg: "ALC"
Declaration
public string? DivisionAbbreviation { get; set; }
Property Value
Type | Description |
---|---|
string |
DivisionId
The ID for the division. Can be used to build other API calls.
Declaration
public int? DivisionId { get; set; }
Property Value
Type | Description |
---|---|
int? |
DivisionName
The name of the division. Eg: "American League Central"
Declaration
public string? DivisionName { get; set; }
Property Value
Type | Description |
---|---|
string |
LeagueId
The ID of the division. Can be used to build other API calls.
Declaration
public int? LeagueId { get; set; }
Property Value
Type | Description |
---|---|
int? |
ShortDivisionName
The short name of the division. Eg: "AL Central"
Declaration
public string? ShortDivisionName { get; set; }
Property Value
Type | Description |
---|---|
string |