Aydsko iRacing Data API
Show / Hide Table of Contents

Class Lookup

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

Properties

LookupType

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

LookupValues

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