C# Class QSProjectsLib.Connection

ファイルを表示 Open project: QualitySolution/QSProjects

Public Properties

Property Type Description
AccountLogin string
BaseName string
ConnectionName string
IniName string
Server string
Type ConnectionType
UserName string

Public Methods

Method Description
Connection ( ConnectionType type, string name, string baseName, string server, string user, string ini, string account ) : System

Method Details

Connection() public method

public Connection ( ConnectionType type, string name, string baseName, string server, string user, string ini, string account ) : System
type ConnectionType
name string
baseName string
server string
user string
ini string
account string
return System

Property Details

AccountLogin public_oe property

public string AccountLogin
return string

BaseName public_oe property

public string BaseName
return string

ConnectionName public_oe property

public string ConnectionName
return string

IniName public_oe property

public string IniName
return string

Server public_oe property

public string Server
return string

Type public_oe property

public ConnectionType Type
return ConnectionType

UserName public_oe property

public string UserName
return string