C# Class CSKernelClient.fInput

Inheritance: System.Windows.Forms.Form
Show file Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
fInput ( ) : System
getOk ( ) : bool
getText ( ) : string
setDescrip ( string descrip ) : void
setText ( string text ) : void
setTitle ( string title ) : 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.

cmd_apply_Click ( object sender, EventArgs e ) : void
cmd_cancel_Click ( object sender, EventArgs e ) : void
fInput_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

fInput() public method

public fInput ( ) : System
return System

getOk() public method

public getOk ( ) : bool
return bool

getText() public method

public getText ( ) : string
return string

setDescrip() public method

public setDescrip ( string descrip ) : void
descrip string
return void

setText() public method

public setText ( string text ) : void
text string
return void

setTitle() public method

public setTitle ( string title ) : void
title string
return void