Aydsko iRacing Data API
Show / Hide Table of Contents

Class LeagueMembership

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

Properties

Admin

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

CarNumber

Declaration
[JsonPropertyName("car_number")]
public string? CarNumber { get; set; }
Property Value
Type Description
string

League

Declaration
[JsonPropertyName("league")]
public League? League { get; set; }
Property Value
Type Description
League

LeagueId

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

LeagueMailOptOut

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

LeagueName

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

LeaguePmOptOut

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

NickName

Declaration
[JsonPropertyName("nick_name")]
public string? NickName { get; set; }
Property Value
Type Description
string

Owner

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