Search Results for

    Show / Hide Table of Contents

    Class HttpAgentParams

    Object bound to the connection assistant PropertyGrid when the HTTP Agent "driver" is selected: the API key plus a live Hub-database selector.

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

    Constructors

    View Source

    HttpAgentParams()

    Declaration
    public HttpAgentParams()

    Properties

    View Source

    ApiKey

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

    BaseUrl

    Declaration
    [Browsable(false)]
    public string BaseUrl { get; set; }
    Property Value
    Type Description
    string
    View Source

    Database

    Declaration
    [TypeConverter(typeof(HubDatabaseConverter))]
    public HubDatabaseRef Database { get; set; }
    Property Value
    Type Description
    HubDatabaseRef
    View Source

    LastList

    Declaration
    [Browsable(false)]
    public List<HubDatabaseRef> LastList { get; set; }
    Property Value
    Type Description
    List<HubDatabaseRef>
    • View Source
    In this article
    Back to top Generated by DocFX