Class ConnectionInfo
Inheritance
System.Object
ConnectionInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.CMSAdapters.QPP.Data
Assembly: Quark.CMSAdapters.QPP.dll
Syntax
[Serializable]
public class ConnectionInfo
Constructors
ConnectionInfo(String, ConnectionSettings)
Initializes a new instance of the ConnectionInfo class.
Declaration
public ConnectionInfo(string name, ConnectionSettings connectionSettings)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the connection. |
ConnectionSettings | connectionSettings | The connection settings. |
Properties
ConnectionSettings
The m connection settings
Declaration
public ConnectionSettings ConnectionSettings { get; set; }
Property Value
Type | Description |
---|---|
ConnectionSettings |
IsActive
Is connection active.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Methods
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents this instance. |
Overrides
System.Object.ToString()