Aydsko iRacing Data API
Show / Hide Table of Contents

Class MemberSummary

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

Properties

CustomerId

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

YearStatistics

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