C# Class jumoo.NavMaker.LocalGovKit

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: KevinJump/LocalGovStarterKit-Old

Protected Properties

Свойство 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

Méthodes protégées

Méthode 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 méthode

protected LoadESDNav ( string navFile ) : void
navFile string
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnExampleContent_Click() protected méthode

protected btnExampleContent_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnNavLGNL_Click() protected méthode

protected btnNavLGNL_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnNavSGNL_Click() protected méthode

protected btnNavSGNL_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Label