Aydsko iRacing Data API
Show / Hide Table of Contents

Class AwardDetail

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

Properties

Achievement

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

AwardCount

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

AwardDate

Declaration
[JsonPropertyName("award_date")]
[JsonConverter(typeof(DateTimeConverter))]
public DateTime AwardDate { get; set; }
Property Value
Type Description
DateTime

AwardId

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

AwardOrder

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

AwardedDescription

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

DisplayDate

Declaration
[JsonPropertyName("display_date")]
[JsonConverter(typeof(DateTimeConverter))]
public DateTime DisplayDate { get; set; }
Property Value
Type Description
DateTime

MemberAwardId

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

SubsessionId

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

Viewed

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