Aydsko iRacing Data API
Show / Hide Table of Contents

Class MemberProfileInfo

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

Properties

AI

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

ClubId

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

ClubName

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

CustomerId

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

DisplayName

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

Helmet

Declaration
[JsonPropertyName("helmet")]
public Helmet Helmet { get; set; }
Property Value
Type Description
Helmet

LastLogin

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

Licenses

Declaration
[JsonPropertyName("licenses")]
public MemberLicense[] Licenses { get; set; }
Property Value
Type Description
MemberLicense[]

MemberSince

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