Aydsko iRacing Data API
Show / Hide Table of Contents

Class ConfigurationFlags

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

Properties

ClassicMemberSiteInMaintenanceMode

Declaration
[JsonPropertyName("Classic Member Site in Maintenance Mode")]
public ServiceStatusDetail ClassicMemberSiteInMaintenanceMode { get; set; }
Property Value
Type Description
ServiceStatusDetail

TestDriveAvailable

Declaration
[JsonPropertyName("TestDrive Available")]
public ServiceStatusDetail TestDriveAvailable { get; set; }
Property Value
Type Description
ServiceStatusDetail

iRacingUIinMaintenanceMode

Declaration
[JsonPropertyName("iRacing UI in Maintenance Mode")]
public ServiceStatusDetail iRacingUIinMaintenanceMode { get; set; }
Property Value
Type Description
ServiceStatusDetail
In this article
Back to top Generated by DocFX