Aydsko iRacing Data API
Show / Hide Table of Contents

Class CarRule

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

Properties

RuleCategory

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

Text

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