Aydsko iRacing Data API
Show / Hide Table of Contents

Class Activity

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

Properties

ConsecutiveWeeks

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

MostConsecutiveWeeks

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

Previous30DaysCount

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

Recent30DaysCount

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