Class ClubHistoryLookup
Inherited Members
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 |