Aydsko iRacing Data API
Show / Hide Table of Contents

Class TimeAttackSeason

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

Properties

AcceptanceMessage

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

AllowedClubs

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

AllowedMembers

Declaration
[JsonPropertyName("allowed_members")]
public object AllowedMembers { get; set; }
Property Value
Type Description
object

CarClassId

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

CompetitionCategory

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

CompetitionId

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

CompetitionName

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

CompetitionSeasonId

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

CompetitionShortName

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

EndDate

Declaration
[JsonPropertyName("end_date")]
[JsonConverter(typeof(DateTimeConverter))]
public DateTime EndDate { get; set; }
Property Value
Type Description
DateTime

EndDateTime

Declaration
[JsonPropertyName("end_date_time")]
public DateTimeOffset EndDateTime { get; set; }
Property Value
Type Description
DateTimeOffset

FixedSetup

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

SeasonQuarter

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

SeasonYear

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

SponsorBannerUrl

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

SponsorCoverUrl

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

SponsorLogoUrl

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

SponsorName

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

SponsorWebsiteUrl

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

Sponsored

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

StartDate

Declaration
[JsonPropertyName("start_date")]
[JsonConverter(typeof(DateTimeConverter))]
public DateTime StartDate { get; set; }
Property Value
Type Description
DateTime

StartDateTime

Declaration
[JsonPropertyName("start_date_time")]
public DateTimeOffset StartDateTime { get; set; }
Property Value
Type Description
DateTimeOffset

TermsDocumentUrl

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

Tracks

Declaration
[JsonPropertyName("tracks")]
public TimeAttackTrack[] Tracks { get; set; }
Property Value
Type Description
TimeAttackTrack[]

UnsportConductRuleMode

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