C# Class Engage.Dnn.Survey.GlobalNavigation

A navigation header visible to administrators
Inheritance: ModuleBase
ファイルを表示 Open project: EngageSoftware/Engage-Survey

Protected Properties

Property 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

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

Private Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Handles the Control.Load event of this control.

Method Details

OnInit() protected method

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return 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
return 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
return 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
return 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
return 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
return 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
return global::System.Web.UI.HtmlControls.HtmlGenericControl