Aydsko iRacing Data API
Show / Hide Table of Contents

Class Owner

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

Properties

CarNumber

Declaration
[JsonPropertyName("car_number")]
public string? CarNumber { get; set; }
Property Value
Type Description
string

CustomerId

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

DisplayName

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

Helmet

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

NickName

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