C# Class net.datacowboy.DocumentationGeneratorApplication.FrmConnectionString

显示文件 Open project: jeremykdev/SqlServerDatabaseDocumentationGenerator Class Usage Examples

Public Properties

Property Type Description
Result DialogResult

Public Methods

Method Description
FrmConnectionString ( string connectionString = "" ) : System
GetConnectionString ( ) : string

Create SQL server connection string based on inputs in UI

Private Methods

Method Description
FrmConnectionString_Load ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnOk_Click ( object sender, EventArgs e ) : void
btnTest_Click ( object sender, EventArgs e ) : void
chkShowPassword_CheckedChanged ( object sender, EventArgs e ) : void
enableOrDisableUi ( bool enable ) : void

Enable or disable UI controls

integratedSecurityModeSetup ( ) : void
rdoIntegrated_CheckedChanged ( object sender, EventArgs e ) : void
rdoSql_CheckedChanged ( object sender, EventArgs e ) : void
sqlAuthModeSetup ( ) : void
testConnectionString ( ) : void
txtDatabase_Validating ( object sender, CancelEventArgs e ) : void
txtServer_Validating ( object sender, CancelEventArgs e ) : void
txtUserName_Validating ( object sender, CancelEventArgs e ) : void
validateUiInput ( ) : bool

Method Details

FrmConnectionString() public method

public FrmConnectionString ( string connectionString = "" ) : System
connectionString string
return System

GetConnectionString() public method

Create SQL server connection string based on inputs in UI
public GetConnectionString ( ) : string
return string

Property Details

Result public_oe property

Dialog result for form
public DialogResult Result
return DialogResult