Search Results for

    Show / Hide Table of Contents

    Class RpProfile

    Profile data from the Hub API. Matches Delphi's TRpProfile record.

    Inheritance
    object
    RpProfile
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Designer
    Assembly: Reportman.Designer.dll
    Syntax
    public class RpProfile

    Constructors

    View Source

    RpProfile()

    Declaration
    public RpProfile()

    Properties

    View Source

    AccountType

    Declaration
    public int AccountType { get; set; }
    Property Value
    Type Description
    int
    View Source

    AvatarUrl

    Declaration
    public string AvatarUrl { get; set; }
    Property Value
    Type Description
    string
    View Source

    Credits

    Declaration
    public long Credits { get; set; }
    Property Value
    Type Description
    long
    View Source

    DailyConsumed

    Declaration
    public long DailyConsumed { get; set; }
    Property Value
    Type Description
    long
    View Source

    DailyMax

    Declaration
    public long DailyMax { get; set; }
    Property Value
    Type Description
    long
    View Source

    Email

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    string
    View Source

    FreeInitial

    Declaration
    public long FreeInitial { get; set; }
    Property Value
    Type Description
    long
    View Source

    FreeRemaining

    Declaration
    public long FreeRemaining { get; set; }
    Property Value
    Type Description
    long
    View Source

    TierId

    Declaration
    public long TierId { get; set; }
    Property Value
    Type Description
    long
    View Source

    TierName

    Declaration
    public string TierName { get; set; }
    Property Value
    Type Description
    string
    View Source

    UserId

    Declaration
    public long UserId { get; set; }
    Property Value
    Type Description
    long
    View Source

    UserName

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Generated by DocFX