Show / Hide Table of Contents

Class Division

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

Properties

| Edit this page View Source

DivisionAbbreviation

The abbreviated name of the division. Eg: "ALC"

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

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?
| Edit this page View Source

DivisionName

The name of the division. Eg: "American League Central"

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

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?
| Edit this page View Source

ShortDivisionName

The short name of the division. Eg: "AL Central"

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