Class MemberAward
Assembly: Aydsko.iRacingData.dll
Syntax
Properties
Achievement
Declaration
[JsonPropertyName("achievement")]
public bool Achievement { get; set; }
Property Value
AwardCount
Declaration
[JsonPropertyName("award_count")]
public int AwardCount { get; set; }
Property Value
AwardDate
Declaration
[JsonPropertyName("award_date")]
[JsonConverter(typeof(DateTimeConverter))]
public DateTime AwardDate { get; set; }
Property Value
AwardId
Declaration
[JsonPropertyName("award_id")]
public int AwardId { get; set; }
Property Value
AwardOrder
Declaration
[JsonPropertyName("award_order")]
public int AwardOrder { get; set; }
Property Value
AwardedDescription
Declaration
[JsonPropertyName("awarded_description")]
public string AwardedDescription { get; set; }
Property Value
CertificateFileName
Declaration
[JsonPropertyName("certificate_file_name")]
public string CertificateFileName { get; set; }
Property Value
CustomerId
Declaration
[JsonPropertyName("cust_id")]
public int CustomerId { get; set; }
Property Value
Description
Declaration
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
DisplayDate
Declaration
[JsonPropertyName("display_date")]
[JsonConverter(typeof(DateTimeConverter))]
public DateTime DisplayDate { get; set; }
Property Value
GroupName
Declaration
[JsonPropertyName("group_name")]
public string GroupName { get; set; }
Property Value
IconBackgroundColor
Declaration
[JsonPropertyName("icon_background_color")]
public string IconBackgroundColor { get; set; }
Property Value
IconUrlLarge
Declaration
[JsonPropertyName("icon_url_large")]
public string IconUrlLarge { get; set; }
Property Value
IconUrlSmall
Declaration
[JsonPropertyName("icon_url_small")]
public string IconUrlSmall { get; set; }
Property Value
IconUrlUnawarded
Declaration
[JsonPropertyName("icon_url_unawarded")]
public string IconUrlUnawarded { get; set; }
Property Value
MemberAwardId
Declaration
[JsonPropertyName("member_award_id")]
public int MemberAwardId { get; set; }
Property Value
Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
PdfUrl
Declaration
[JsonPropertyName("pdf_url")]
public string PdfUrl { get; set; }
Property Value
Progress
Declaration
[JsonPropertyName("progress")]
public int Progress { get; set; }
Property Value
ProgressLabel
Declaration
[JsonPropertyName("progress_label")]
public string ProgressLabel { get; set; }
Property Value
ProgressText
Declaration
[JsonPropertyName("progress_text")]
public string ProgressText { get; set; }
Property Value
ProgressTextLabel
Declaration
[JsonPropertyName("progress_text_label")]
public string ProgressTextLabel { get; set; }
Property Value
SubsessionId
Declaration
[JsonPropertyName("subsession_id")]
public int SubsessionId { get; set; }
Property Value
Threshold
Declaration
[JsonPropertyName("threshold")]
public int Threshold { get; set; }
Property Value
Viewed
Declaration
[JsonPropertyName("viewed")]
public bool Viewed { get; set; }
Property Value
Weight
Declaration
[JsonPropertyName("weight")]
public int Weight { get; set; }
Property Value