Aydsko iRacing Data API
Show / Hide Table of Contents

Class Category

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

Properties

Label

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

Value

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