Show / Hide Table of Contents

Class Team

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

Properties

| Edit this page View Source

Abbreviation

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

DivisionId

Division ID from the API (used for building other calls).

Declaration
public int? DivisionId { get; set; }
Property Value
Type Description
int?
| 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
Type Description
string
| Edit this page View Source

FullName

The team's full name. eg: "Toronto Blue Jays".

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

Id

Team ID from the API (used for building other calls).

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

LeagueId

The league ID (used for building other league calls).

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

LeagueName

The name of the league that the team plays in.

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

Location

Team hometown.

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

Name

The team's name (eg: "Jays").

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

VenueId

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

VenueName

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