Aydsko iRacing Data API
Show / Hide Table of Contents

Class Farm

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

Properties

DisplayName

Declaration
[JsonPropertyName("display_name")]
public string DisplayName { get; set; }
Property Value
Type Description
string

Displayed

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

FarmId

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

ImagePath

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