Show / Hide Table of Contents

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
Namespace: AppDrillCore.Connection
Assembly: AppDrillCore.dll
Syntax
public class ConnectionInfo : object

Constructors

ConnectionInfo()

Declaration
public ConnectionInfo()

ConnectionInfo(String, String, ConnectionInfo.ConnectionType)

Declaration
public ConnectionInfo(string connectionString, string modelName, ConnectionInfo.ConnectionType type = ConnectionInfo.ConnectionType.REST)
Parameters
Type Name Description
System.String connectionString
System.String modelName
ConnectionInfo.ConnectionType type

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
Type Description
ConnectionInfo.ConnectionType

Methods

IsValid()

Declaration
public bool IsValid()
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX