Aydsko iRacing Data API
Show / Hide Table of Contents

Class RecentAwards

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

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")]
public string AwardDate { get; set; }
Property Value
Type Description
string

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

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

GroupName

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

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

Weight

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