Aydsko iRacing Data API
Show / Hide Table of Contents

Class MemberSummaryYearStatistics

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

Properties

NumberOfLeagueSessions

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

NumberOfLeagueWins

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

NumberOfOfficialSessions

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

NumberOfOfficialWins

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