Class RpProfile
Profile data from the Hub API. Matches Delphi's TRpProfile record.
Assembly: Reportman.Designer.dll
Syntax
Constructors
View Source
RpProfile()
Declaration
Properties
View Source
AccountType
Declaration
public int AccountType { get; set; }
Property Value
View Source
AvatarUrl
Declaration
public string AvatarUrl { get; set; }
Property Value
View Source
Credits
Declaration
public long Credits { get; set; }
Property Value
View Source
DailyConsumed
Declaration
public long DailyConsumed { get; set; }
Property Value
View Source
DailyMax
Declaration
public long DailyMax { get; set; }
Property Value
View Source
Email
Declaration
public string Email { get; set; }
Property Value
View Source
FreeInitial
Declaration
public long FreeInitial { get; set; }
Property Value
View Source
FreeRemaining
Declaration
public long FreeRemaining { get; set; }
Property Value
View Source
TierId
Declaration
public long TierId { get; set; }
Property Value
View Source
TierName
Declaration
public string TierName { get; set; }
Property Value
View Source
UserId
Declaration
public long UserId { get; set; }
Property Value
View Source
UserName
Declaration
public string UserName { get; set; }
Property Value