C# Class jumoo.NavMaker.jumooNavMaker

Exibir arquivo Open project: KevinJump/LocalGovStarterKit-Old

Protected Properties

Property Type Description
btnExample global::System.Web.UI.WebControls.Button
btnExport global::System.Web.UI.WebControls.Button
btnLGNL global::System.Web.UI.WebControls.Button
btnSGNL global::System.Web.UI.WebControls.Button
navstatus global::System.Web.UI.WebControls.Label

Protected Methods

Method Description
Button1_Click ( object sender, EventArgs e ) : void
LoadNav ( string filename ) : void
Page_Load ( object sender, EventArgs e ) : void
btnExample_Click ( object sender, EventArgs e ) : void
btnExport_Click ( object sender, EventArgs e ) : void
btnSGNL_Click ( object sender, EventArgs e ) : void

Method Details

Button1_Click() protected method

protected Button1_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

LoadNav() protected method

protected LoadNav ( string filename ) : void
filename string
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnExample_Click() protected method

protected btnExample_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnExport_Click() protected method

protected btnExport_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnSGNL_Click() protected method

protected btnSGNL_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

btnExample protected_oe property

btnExample control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnExample
return global::System.Web.UI.WebControls.Button

btnExport protected_oe property

btnExport control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnExport
return global::System.Web.UI.WebControls.Button

btnLGNL protected_oe property

btnLGNL control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnLGNL
return global::System.Web.UI.WebControls.Button

btnSGNL protected_oe property

btnSGNL control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSGNL
return global::System.Web.UI.WebControls.Button

navstatus protected_oe property

navstatus control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label navstatus
return global::System.Web.UI.WebControls.Label