Aydsko iRacing Data API
Show / Hide Table of Contents

Class League

Inheritance
object
League
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Leagues
Assembly: Aydsko.iRacingData.dll
Syntax
public class League

Properties

About

Declaration
[JsonPropertyName("about")]
public string About { get; set; }
Property Value
Type Description
string

Created

Declaration
[JsonPropertyName("created")]
public DateTimeOffset Created { get; set; }
Property Value
Type Description
DateTimeOffset

Hidden

Declaration
[JsonPropertyName("hidden")]
public bool Hidden { get; set; }
Property Value
Type Description
bool

Image

Declaration
[JsonPropertyName("image")]
public Image Image { get; set; }
Property Value
Type Description
Image

LeagueId

Declaration
[JsonPropertyName("league_id")]
public int LeagueId { get; set; }
Property Value
Type Description
int

LeagueName

Declaration
[JsonPropertyName("league_name")]
public string LeagueName { get; set; }
Property Value
Type Description
string

Message

Declaration
[JsonPropertyName("message")]
public string Message { get; set; }
Property Value
Type Description
string

Owner

Declaration
[JsonPropertyName("owner")]
public Owner Owner { get; set; }
Property Value
Type Description
Owner

OwnerId

Declaration
[JsonPropertyName("owner_id")]
public int OwnerId { get; set; }
Property Value
Type Description
int

PrivateResults

Declaration
[JsonPropertyName("private_results")]
public bool PrivateResults { get; set; }
Property Value
Type Description
bool

PrivateRoster

Declaration
[JsonPropertyName("private_roster")]
public bool PrivateRoster { get; set; }
Property Value
Type Description
bool

PrivateSchedule

Declaration
[JsonPropertyName("private_schedule")]
public bool PrivateSchedule { get; set; }
Property Value
Type Description
bool

PrivateWall

Declaration
[JsonPropertyName("private_wall")]
public bool PrivateWall { get; set; }
Property Value
Type Description
bool

Recruiting

Declaration
[JsonPropertyName("recruiting")]
public bool Recruiting { get; set; }
Property Value
Type Description
bool

Roster

Declaration
[JsonPropertyName("roster")]
public RosterMember[] Roster { get; set; }
Property Value
Type Description
RosterMember[]

RosterCount

Declaration
[JsonPropertyName("roster_count")]
public int RosterCount { get; set; }
Property Value
Type Description
int

Tags

Declaration
[JsonPropertyName("tags")]
public Tags Tags { get; set; }
Property Value
Type Description
Tags

Url

Declaration
[JsonPropertyName("url")]
public string Url { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX