C# Class CSKernelClient.fErrors

Show file Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
fErrors ( ) : System
setDetails ( string details ) : void
setErrorIcon ( ) : void
setErrorInfo ( ) : void
setErrorWarning ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

fErrors() public method

public fErrors ( ) : System
return System

setDetails() public method

public setDetails ( string details ) : void
details string
return void

setErrorIcon() public method

public setErrorIcon ( ) : void
return void

setErrorInfo() public method

public setErrorInfo ( ) : void
return void

setErrorWarning() public method

public setErrorWarning ( ) : void
return void