Aydsko iRacing Data API
Show / Hide Table of Contents

Class MemberDivision

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

Properties

Division

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

EventType

Declaration
[JsonPropertyName("event_type")]
public EventType EventType { get; set; }
Property Value
Type Description
EventType

Projected

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

SeasonId

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

Success

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