Aydsko iRacing Data API
Show / Hide Table of Contents

Class MemberAward

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

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

CertificateFileName

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

CustomerId

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

Description

Declaration
[JsonPropertyName("description")]
public string Description { 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

GroupName

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

IconBackgroundColor

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

IconUrlLarge

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

IconUrlSmall

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

IconUrlUnawarded

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

MemberAwardId

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

Name

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

PdfUrl

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

Progress

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

ProgressLabel

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

ProgressText

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

ProgressTextLabel

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

SubsessionId

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

Threshold

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

Viewed

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

Weight

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