C# Class CSReportEditor.fSimpleConnect

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode Description
fSimpleConnect ( ) : System
getOk ( ) : bool
getStrConnect ( ) : string
getUser ( ) : string
setConnectTypeToNT ( ) : void
setConnectTypeToSQL ( ) : void
setDataBase ( string value ) : void
setPassword ( string value ) : void
setServer ( string value ) : void
setUser ( string value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

cmd_apply_Click ( object sender, EventArgs e ) : void
cmd_cancel_Click ( object sender, EventArgs e ) : void
fSimpleConnect_Load ( object sender, EventArgs e ) : void
op_sqlConnection_CheckedChanged ( object sender, EventArgs e ) : void
op_trustedConnection_CheckedChanged ( object sender, EventArgs e ) : void
setEnabledUserAndPassword ( ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

fSimpleConnect() public méthode

public fSimpleConnect ( ) : System
Résultat System

getOk() public méthode

public getOk ( ) : bool
Résultat bool

getStrConnect() public méthode

public getStrConnect ( ) : string
Résultat string

getUser() public méthode

public getUser ( ) : string
Résultat string

setConnectTypeToNT() public méthode

public setConnectTypeToNT ( ) : void
Résultat void

setConnectTypeToSQL() public méthode

public setConnectTypeToSQL ( ) : void
Résultat void

setDataBase() public méthode

public setDataBase ( string value ) : void
value string
Résultat void

setPassword() public méthode

public setPassword ( string value ) : void
value string
Résultat void

setServer() public méthode

public setServer ( string value ) : void
value string
Résultat void

setUser() public méthode

public setUser ( string value ) : void
value string
Résultat void