Aydsko iRacing Data API
Show / Hide Table of Contents

Class LeagueDirectoryResultItem

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

Properties

About

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

Created

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

IsAdmin

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

IsMember

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

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

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

PendingApplication

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

PendingInvitation

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

Recruiting

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

RosterCount

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

Url

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