C# Class CSReportWebServer.fMain

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

Méthodes publiques

Méthode Description
close ( ) : void
fMain ( string args ) : System
log ( string message ) : void
moveToPage ( JObject request ) : void
preview ( JObject request ) : 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.

cmdRegister_Click ( object sender, EventArgs e ) : void
fMain_Load ( object sender, EventArgs e ) : void
safeLog ( string message ) : void
safeMoveToPage ( JObject request ) : void
safePreview ( JObject request ) : 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

close() public méthode

public close ( ) : void
Résultat void

fMain() public méthode

public fMain ( string args ) : System
args string
Résultat System

log() public méthode

public log ( string message ) : void
message string
Résultat void

moveToPage() public méthode

public moveToPage ( JObject request ) : void
request JObject
Résultat void

preview() public méthode

public preview ( JObject request ) : void
request JObject
Résultat void