C# 클래스 XAF_Bootstrap.Templates.ContentTemplate

상속: TemplateContent, IXafPopupWindowControlContainer
파일 보기 프로젝트 열기: Terricks/XAFBootstrap

보호된 프로퍼티들

프로퍼티 타입 설명
AIC global::DevExpress.ExpressApp.Web.Controls.AboutInfoControl
EMA global::XAF_Bootstrap.Controls.XbActionContainerHolder
EditModeActions2 global::XAF_Bootstrap.Controls.XbActionContainerHolder
ErrorInfo global::XAF_Bootstrap.Controls.XafBootstrapErrorInfoControl
FooterActions global::XAF_Bootstrap.Controls.XbActionContainerHolder
GE global::DevExpress.Web.ASPxGlobalEvents
InfoMessagesPanel global::System.Web.UI.WebControls.Literal
PopupWindowControl global::DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl
QC global::DevExpress.ExpressApp.Web.Templates.ActionContainers.QuickAccessNavigationActionContainer
RNC global::XAF_Bootstrap.Controls.XbActionContainerHolder
SAC global::XAF_Bootstrap.Controls.XbActionContainerHolder
SHC global::XAF_Bootstrap.Controls.XbActionContainerHolder
Scripts global::DevExpress.Web.ASPxLabel
TB global::XAF_Bootstrap.Controls.XbActionContainerHolder
TopMenu global::DevExpress.Web.ASPxLabel
UPEI global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPEMA global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPIMP global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPPopupWindowControl global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPQC global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPSAC global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPSHC global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPTB global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPVH global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPVSC global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
VCC global::DevExpress.ExpressApp.Web.Controls.ViewCaptionControl
VIC global::DevExpress.ExpressApp.Web.Controls.ViewImageControl
VRAH global::XAF_Bootstrap.Controls.XbActionContainerHolder
VRUP global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
VSC global::DevExpress.ExpressApp.Web.Controls.ViewSiteControl
XafUpdatePanel1 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
XafUpdatePanel2 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
xbMegaMenu global::DevExpress.Web.ASPxLabel

공개 메소드들

메소드 설명
FindNode ( ChoiceActionItemCollection items, String param ) : ChoiceActionItem
FormatNodeId ( string id ) : String
GenerateActionsLayoutScript ( ) : void
GenerateMenuItems ( ChoiceActionItemCollection collection ) : void
GenerateSubMenu ( ChoiceActionItem NavNode, System.Boolean IsRoot = false ) : String
GeneratexbSubMenu ( ChoiceActionItem RootItem, System.Boolean IsRoot, System.Boolean IsRight = false, String style = "" ) : String
GetMenuItem ( ChoiceActionItem Node, System.Boolean UseIdent = true, String AdditionAttrs = "", System.Boolean IsRight = false ) : String
GetNodeClasses ( ChoiceActionItem Node, System.Boolean AsSelector = false ) : String
GetNodeID ( ChoiceActionItem Node ) : String
GetNodeLevel ( ChoiceActionItem Node ) : String
GetSecurityActions ( ) : String
SetStatus ( ICollection statusMessages ) : void
UpdateActions ( int Type = -1 ) : void

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
OnUnload ( EventArgs e ) : void
Page_Init ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
CurrentRequestWindow_PagePreRender ( object sender, EventArgs e ) : void
EMA_MenuItemsCreated ( object sender, EventArgs e ) : void
EditModeActions2_MenuItemsCreated ( object sender, EventArgs e ) : void
FormatGlyphicon ( String icon ) : String
SAC_MenuItemsCreated ( object sender, EventArgs e ) : void
SHC_MenuItemsCreated ( object sender, EventArgs e ) : void
TB_MenuItemsCreated ( object sender, EventArgs e ) : void
UpdateTRPVisibility ( ) : void
VRAH_MenuItemsCreated ( object sender, EventArgs e ) : void
menuHandler_OnCallback ( object source, CallbackEventArgs e ) : void

메소드 상세

FindNode() 공개 메소드

public FindNode ( ChoiceActionItemCollection items, String param ) : ChoiceActionItem
items ChoiceActionItemCollection
param String
리턴 ChoiceActionItem

FormatNodeId() 공개 정적인 메소드

public static FormatNodeId ( string id ) : String
id string
리턴 String

GenerateActionsLayoutScript() 공개 메소드

public GenerateActionsLayoutScript ( ) : void
리턴 void

GenerateMenuItems() 공개 메소드

public GenerateMenuItems ( ChoiceActionItemCollection collection ) : void
collection ChoiceActionItemCollection
리턴 void

GenerateSubMenu() 공개 메소드

public GenerateSubMenu ( ChoiceActionItem NavNode, System.Boolean IsRoot = false ) : String
NavNode ChoiceActionItem
IsRoot System.Boolean
리턴 String

GeneratexbSubMenu() 공개 메소드

public GeneratexbSubMenu ( ChoiceActionItem RootItem, System.Boolean IsRoot, System.Boolean IsRight = false, String style = "" ) : String
RootItem ChoiceActionItem
IsRoot System.Boolean
IsRight System.Boolean
style String
리턴 String

GetMenuItem() 공개 메소드

public GetMenuItem ( ChoiceActionItem Node, System.Boolean UseIdent = true, String AdditionAttrs = "", System.Boolean IsRight = false ) : String
Node ChoiceActionItem
UseIdent System.Boolean
AdditionAttrs String
IsRight System.Boolean
리턴 String

GetNodeClasses() 공개 메소드

public GetNodeClasses ( ChoiceActionItem Node, System.Boolean AsSelector = false ) : String
Node ChoiceActionItem
AsSelector System.Boolean
리턴 String

GetNodeID() 공개 메소드

public GetNodeID ( ChoiceActionItem Node ) : String
Node ChoiceActionItem
리턴 String

GetNodeLevel() 공개 메소드

public GetNodeLevel ( ChoiceActionItem Node ) : String
Node ChoiceActionItem
리턴 String

GetSecurityActions() 공개 메소드

public GetSecurityActions ( ) : String
리턴 String

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnUnload() 보호된 메소드

protected OnUnload ( EventArgs e ) : void
e System.EventArgs
리턴 void

Page_Init() 보호된 메소드

protected Page_Init ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

SetStatus() 공개 메소드

public SetStatus ( ICollection statusMessages ) : void
statusMessages ICollection
리턴 void

UpdateActions() 공개 메소드

public UpdateActions ( int Type = -1 ) : void
Type int
리턴 void

프로퍼티 상세

AIC 보호되어 있는 프로퍼티

AIC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Controls.AboutInfoControl AIC
리턴 global::DevExpress.ExpressApp.Web.Controls.AboutInfoControl

EMA 보호되어 있는 프로퍼티

EMA control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder EMA
리턴 global::XAF_Bootstrap.Controls.XbActionContainerHolder

EditModeActions2 보호되어 있는 프로퍼티

EditModeActions2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder EditModeActions2
리턴 global::XAF_Bootstrap.Controls.XbActionContainerHolder

ErrorInfo 보호되어 있는 프로퍼티

ErrorInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XafBootstrapErrorInfoControl ErrorInfo
리턴 global::XAF_Bootstrap.Controls.XafBootstrapErrorInfoControl

FooterActions 보호되어 있는 프로퍼티

FooterActions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder FooterActions
리턴 global::XAF_Bootstrap.Controls.XbActionContainerHolder

GE 보호되어 있는 프로퍼티

GE control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxGlobalEvents GE
리턴 global::DevExpress.Web.ASPxGlobalEvents

InfoMessagesPanel 보호되어 있는 프로퍼티

InfoMessagesPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal InfoMessagesPanel
리턴 global::System.Web.UI.WebControls.Literal

PopupWindowControl 보호되어 있는 프로퍼티

PopupWindowControl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl PopupWindowControl
리턴 global::DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl

QC 보호되어 있는 프로퍼티

QC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.ActionContainers.QuickAccessNavigationActionContainer QC
리턴 global::DevExpress.ExpressApp.Web.Templates.ActionContainers.QuickAccessNavigationActionContainer

RNC 보호되어 있는 프로퍼티

RNC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder RNC
리턴 global::XAF_Bootstrap.Controls.XbActionContainerHolder

SAC 보호되어 있는 프로퍼티

SAC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder SAC
리턴 global::XAF_Bootstrap.Controls.XbActionContainerHolder

SHC 보호되어 있는 프로퍼티

SHC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder SHC
리턴 global::XAF_Bootstrap.Controls.XbActionContainerHolder

Scripts 보호되어 있는 프로퍼티

Scripts control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxLabel Scripts
리턴 global::DevExpress.Web.ASPxLabel

TB 보호되어 있는 프로퍼티

TB control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder TB
리턴 global::XAF_Bootstrap.Controls.XbActionContainerHolder

TopMenu 보호되어 있는 프로퍼티

TopMenu control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxLabel TopMenu
리턴 global::DevExpress.Web.ASPxLabel

UPEI 보호되어 있는 프로퍼티

UPEI control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPEI
리턴 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPEMA 보호되어 있는 프로퍼티

UPEMA control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPEMA
리턴 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPIMP 보호되어 있는 프로퍼티

UPIMP control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPIMP
리턴 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPPopupWindowControl 보호되어 있는 프로퍼티

UPPopupWindowControl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPPopupWindowControl
리턴 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPQC 보호되어 있는 프로퍼티

UPQC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPQC
리턴 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPSAC 보호되어 있는 프로퍼티

UPSAC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPSAC
리턴 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPSHC 보호되어 있는 프로퍼티

UPSHC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPSHC
리턴 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPTB 보호되어 있는 프로퍼티

UPTB control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPTB
리턴 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPVH 보호되어 있는 프로퍼티

UPVH control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPVH
리턴 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPVSC 보호되어 있는 프로퍼티

UPVSC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPVSC
리턴 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

VCC 보호되어 있는 프로퍼티

VCC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Controls.ViewCaptionControl VCC
리턴 global::DevExpress.ExpressApp.Web.Controls.ViewCaptionControl

VIC 보호되어 있는 프로퍼티

VIC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Controls.ViewImageControl VIC
리턴 global::DevExpress.ExpressApp.Web.Controls.ViewImageControl

VRAH 보호되어 있는 프로퍼티

VRAH control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder VRAH
리턴 global::XAF_Bootstrap.Controls.XbActionContainerHolder

VRUP 보호되어 있는 프로퍼티

VRUP control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel VRUP
리턴 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

VSC 보호되어 있는 프로퍼티

VSC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Controls.ViewSiteControl VSC
리턴 global::DevExpress.ExpressApp.Web.Controls.ViewSiteControl

XafUpdatePanel1 보호되어 있는 프로퍼티

XafUpdatePanel1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel XafUpdatePanel1
리턴 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

XafUpdatePanel2 보호되어 있는 프로퍼티

XafUpdatePanel2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel XafUpdatePanel2
리턴 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

xbMegaMenu 보호되어 있는 프로퍼티

xbMegaMenu control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxLabel xbMegaMenu
리턴 global::DevExpress.Web.ASPxLabel