C# Class CSKernelClient.fErrors

Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode Description
fErrors ( ) : System
setDetails ( string details ) : void
setErrorIcon ( ) : void
setErrorInfo ( ) : void
setErrorWarning ( ) : 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.

cmdDetails_Click ( object sender, EventArgs e ) : void
cmdOk_Click ( object sender, EventArgs e ) : void
fErrors_Load ( object sender, EventArgs e ) : 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

fErrors() public méthode

public fErrors ( ) : System
Résultat System

setDetails() public méthode

public setDetails ( string details ) : void
details string
Résultat void

setErrorIcon() public méthode

public setErrorIcon ( ) : void
Résultat void

setErrorInfo() public méthode

public setErrorInfo ( ) : void
Résultat void

setErrorWarning() public méthode

public setErrorWarning ( ) : void
Résultat void