Aydsko iRacing Data API
Show / Hide Table of Contents

Class FieldDefs

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

Properties

Column

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

Editable

Declaration
[JsonPropertyName("editable")]
public bool Editable { get; set; }
Property Value
Type Description
bool

FieldId

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

Label

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

Name

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

NumberOfLines

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

RowOrder

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

Section

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

Value

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