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
HttpAgentParams
Assembly: Reportman.Designer.dll
Syntax
public sealed class HttpAgentParams
Constructors
View Source
HttpAgentParams()
Declaration
Properties
View Source
ApiKey
Declaration
public string ApiKey { get; set; }
Property Value
View Source
BaseUrl
Declaration
[Browsable(false)]
public string BaseUrl { get; set; }
Property Value
View Source
Database
Declaration
[TypeConverter(typeof(HubDatabaseConverter))]
public HubDatabaseRef Database { get; set; }
Property Value
View Source
LastList
Declaration
[Browsable(false)]
public List<HubDatabaseRef> LastList { get; set; }
Property Value