Class ConnectionInfo
Data needed for creating new AppDrill troubleshooting sessions.
This class holds all the information needed for establishing a connection with an AppDrill endpoint.
Inheritance
System.Object
ConnectionInfo
Assembly: AppDrillCore.dll
Syntax
public class ConnectionInfo : object
Constructors
ConnectionInfo()
Declaration
ConnectionInfo(String, String, ConnectionInfo.ConnectionType)
Declaration
public ConnectionInfo(string connectionString, string modelName, ConnectionInfo.ConnectionType type = ConnectionInfo.ConnectionType.REST)
Parameters
Properties
ConnectionString
Declaration
public string ConnectionString { get; set; }
Property Value
Type |
Description |
System.String |
|
ModelName
Declaration
public string ModelName { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public ConnectionInfo.ConnectionType Type { get; set; }
Property Value
Methods
IsValid()
Declaration
Returns
Type |
Description |
System.Boolean |
|