Aydsko iRacing Data API
Show / Hide Table of Contents

Class ParticipationCredits

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

Properties

Credits

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

CustomerId

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

EarnedCredits

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

LicenseGroup

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

LicenseGroupName

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

MinimumWeeks

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

SeasonId

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

SeriesId

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

SeriesName

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

TotalCredits

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

Weeks

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