C# 클래스 Engage.Dnn.Booking.GlobalNavigation

A navigation control that is always displayed at the top of the module. Currently only for administrators.
상속: ModuleBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Booking

보호된 프로퍼티들

프로퍼티 타입 설명
AddEventItem global::Telerik.Web.UI.RadMenuItem
ExportDataItem global::Telerik.Web.UI.RadMenuItem
HomeItem global::Telerik.Web.UI.RadMenuItem
ManageAppointmentTypesItem global::Telerik.Web.UI.RadMenuItem
ManageItem global::Telerik.Web.UI.RadMenuItem
ModuleSettingsItem global::Telerik.Web.UI.RadMenuItem
NavigationMenu global::Telerik.Web.UI.RadMenu
SettingsItem global::Telerik.Web.UI.RadMenuItem

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

비공개 메소드들

메소드 설명
LocalizeMenu ( ) : void

Localizes the menu items. It localizes the universe!

SetCurrentlySelectedMenu ( ) : void

Highlights the path of the menu item for the current page.

SetVisibility ( ) : void

Sets the visibility.

SetupLinks ( ) : void

Sets up the URLs for each of the links.

메소드 상세

OnInit() 보호된 메소드

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

Page_Load() 보호된 메소드

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

프로퍼티 상세

AddEventItem 보호되어 있는 프로퍼티

AddEventItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadMenuItem AddEventItem
리턴 global::Telerik.Web.UI.RadMenuItem

ExportDataItem 보호되어 있는 프로퍼티

ExportDataItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadMenuItem ExportDataItem
리턴 global::Telerik.Web.UI.RadMenuItem

HomeItem 보호되어 있는 프로퍼티

HomeItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadMenuItem HomeItem
리턴 global::Telerik.Web.UI.RadMenuItem

ManageAppointmentTypesItem 보호되어 있는 프로퍼티

ManageAppointmentTypesItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadMenuItem ManageAppointmentTypesItem
리턴 global::Telerik.Web.UI.RadMenuItem

ManageItem 보호되어 있는 프로퍼티

ManageItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadMenuItem ManageItem
리턴 global::Telerik.Web.UI.RadMenuItem

ModuleSettingsItem 보호되어 있는 프로퍼티

ModuleSettingsItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadMenuItem ModuleSettingsItem
리턴 global::Telerik.Web.UI.RadMenuItem

NavigationMenu 보호되어 있는 프로퍼티

NavigationMenu control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadMenu NavigationMenu
리턴 global::Telerik.Web.UI.RadMenu

SettingsItem 보호되어 있는 프로퍼티

SettingsItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadMenuItem SettingsItem
리턴 global::Telerik.Web.UI.RadMenuItem