Aydsko iRacing Data API
Show / Hide Table of Contents

Class MemberProfile

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

Properties

Activity

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

CustomerId

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

Disabled

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

FieldDefs

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

FollowCounts

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

ImageUrl

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

Info

Declaration
[JsonPropertyName("member_info")]
public MemberProfileInfo Info { get; set; }
Property Value
Type Description
MemberProfileInfo

IsGenericImage

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

LicenseHistory

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

ProfileFields

Declaration
[JsonPropertyName("profile")]
public ProfileField[] ProfileFields { get; set; }
Property Value
Type Description
ProfileField[]

RecentAwards

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

RecentEvents

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

Success

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

Methods

GetClubRegionImageUrl()

Get the Club or Region logo image.

Declaration
public Uri? GetClubRegionImageUrl()
Returns
Type Description
Uri

An absolute URL to the image.

Remarks

If the CLUB_REGION_IMG value is available in the ProfileFields collection it will be properly formatted into an absolute URL.

In this article
Back to top Generated by DocFX