Aydsko iRacing Data API
Show / Hide Table of Contents

Class LeaguePointsSystems

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

Properties

LeagueId

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

PointsSystems

Declaration
[JsonPropertyName("points_systems")]
public PointsSystem[] PointsSystems { get; set; }
Property Value
Type Description
PointsSystem[]

Subscribed

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

Success

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