C# Class Engage.Dnn.Survey.GlobalNavigation

A navigation header visible to administrators
Inheritance: ModuleBase
Afficher le fichier Open project: EngageSoftware/Engage-Survey

Protected Properties

Свойство Type Description
AddNewLink global::System.Web.UI.WebControls.HyperLink
HomeLink global::System.Web.UI.WebControls.HyperLink
ManageLink global::System.Web.UI.WebControls.HyperLink
ManageListItem global::System.Web.UI.HtmlControls.HtmlGenericControl
SettingsLink global::System.Web.UI.WebControls.HyperLink
SettingsListItem global::System.Web.UI.HtmlControls.HtmlGenericControl

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

Private Methods

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Handles the Control.Load event of this control.

Method Details

OnInit() protected méthode

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

Property Details

AddNewLink protected_oe property

AddNewLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink AddNewLink
Résultat global::System.Web.UI.WebControls.HyperLink

HomeLink protected_oe property

HomeLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink HomeLink
Résultat global::System.Web.UI.WebControls.HyperLink

ManageLink protected_oe property

ManageLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink ManageLink
Résultat global::System.Web.UI.WebControls.HyperLink

ManageListItem protected_oe property

ManageListItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl ManageListItem
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

SettingsLink protected_oe property

SettingsLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink SettingsLink
Résultat global::System.Web.UI.WebControls.HyperLink

SettingsListItem protected_oe property

SettingsListItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl SettingsListItem
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl