Aydsko iRacing Data API
Show / Hide Table of Contents

Class MemberChart

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

Properties

Blackout

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

CategoryId

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

ChartType

Declaration
[JsonPropertyName("chart_type")]
public MemberChartType ChartType { get; set; }
Property Value
Type Description
MemberChartType

CustomerId

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

Points

Declaration
[JsonPropertyName("data")]
public MemberChartDataPoint[] Points { get; set; }
Property Value
Type Description
MemberChartDataPoint[]

Success

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