Aydsko iRacing Data API
Show / Hide Table of Contents

Class PointsSystem

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

Properties

Description

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

IRacingSystem

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

LeagueId

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

Name

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

PointsSystemId

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

Retired

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