Aydsko iRacing Data API
Show / Hide Table of Contents

Class ClubHistoryLookup

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

Properties

ClubId

Declaration
public int ClubId { get; set; }
Property Value
Type Description
int

ClubName

Declaration
public string ClubName { get; set; }
Property Value
Type Description
string

Region

Declaration
public string Region { get; set; }
Property Value
Type Description
string

SeasonQuarter

Declaration
public int SeasonQuarter { get; set; }
Property Value
Type Description
int

SeasonYear

Declaration
public int SeasonYear { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX