C# Class CSReportEditor.fSecProperties

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

Méthodes publiques

Méthode Description
fSecProperties ( ) : System
getFormulaHide ( ) : String
getFormulaHideChanged ( ) : bool
getFormulaName ( ) : string
getSetFormulaHideChanged ( ) : bool
setFormulaHide ( String rhs ) : void
setFormulaHideChanged ( bool rhs ) : void
setHandler ( cEditor editor ) : void
setSetFormulaHideChanged ( bool rhs ) : 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
cmd_formulaHide_Click ( object sender, EventArgs e ) : void
fSecProperties_Load ( object sender, EventArgs e ) : void
getOk ( ) : bool

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

fSecProperties() public méthode

public fSecProperties ( ) : System
Résultat System

getFormulaHide() public méthode

public getFormulaHide ( ) : String
Résultat String

getFormulaHideChanged() public méthode

public getFormulaHideChanged ( ) : bool
Résultat bool

getFormulaName() public méthode

public getFormulaName ( ) : string
Résultat string

getSetFormulaHideChanged() public méthode

public getSetFormulaHideChanged ( ) : bool
Résultat bool

setFormulaHide() public méthode

public setFormulaHide ( String rhs ) : void
rhs String
Résultat void

setFormulaHideChanged() public méthode

public setFormulaHideChanged ( bool rhs ) : void
rhs bool
Résultat void

setHandler() public méthode

public setHandler ( cEditor editor ) : void
editor cEditor
Résultat void

setSetFormulaHideChanged() public méthode

public setSetFormulaHideChanged ( bool rhs ) : void
rhs bool
Résultat void