C# Class jumoo.NavMaker.LocalGovKit

Inheritance: System.Web.UI.UserControl
Exibir arquivo Open project: KevinJump/LocalGovStarterKit-Old

Protected Properties

Property Type Description
btnExampleContent global::System.Web.UI.WebControls.Button
btnNavEdin global::System.Web.UI.WebControls.Button
btnNavLGNL global::System.Web.UI.WebControls.Button
btnNavLiv global::System.Web.UI.WebControls.Button
btnNavSGNL global::System.Web.UI.WebControls.Button
navstatus global::System.Web.UI.WebControls.Label

Protected Methods

Method Description
LoadESDNav ( string navFile ) : void
Page_Load ( object sender, EventArgs e ) : void
btnExampleContent_Click ( object sender, EventArgs e ) : void
btnNavLGNL_Click ( object sender, EventArgs e ) : void
btnNavSGNL_Click ( object sender, EventArgs e ) : void

Method Details

LoadESDNav() protected method

protected LoadESDNav ( string navFile ) : void
navFile string
return void

Page_Load() protected method

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

btnExampleContent_Click() protected method

protected btnExampleContent_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnNavLGNL_Click() protected method

protected btnNavLGNL_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnNavSGNL_Click() protected method

protected btnNavSGNL_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

btnExampleContent protected_oe property

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

btnNavEdin protected_oe property

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

btnNavLGNL protected_oe property

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

btnNavLiv protected_oe property

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

btnNavSGNL protected_oe property

btnNavSGNL control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnNavSGNL
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