Aydsko iRacing Data API
Show / Hide Table of Contents

Class LookupValue

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

Properties

Description

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

Name

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

Sequence

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

Value

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