Aydsko iRacing Data API
Show / Hide Table of Contents

Class MemberAwardInstance

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

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

AwardId

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

Awards

Declaration
[JsonPropertyName("awards")]
public AwardDetail[] Awards { get; set; }
Property Value
Type Description
AwardDetail[]

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

HasPdf

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

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

Name

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

Weight

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