C# 클래스 Carrotware.CMS.UI.Base.PageProcessingHelper

파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsPageTemplate bool
guidContentID System.Guid

보호된 프로퍼티들

프로퍼티 타입 설명
cu Carrotware.CMS.UI.Controls.ControlUtilities
pageContents Carrotware.CMS.Core.ContentPage
pageWidgets List
theSite Carrotware.CMS.Core.SiteData

공개 메소드들

메소드 설명
AssignContentZones ( ContentContainer pageArea, ContentContainer pageSource ) : void
AssignControls ( ) : void
LoadData ( ) : void
LoadPageControls ( ) : void
MarkWidgets ( Control control, bool bAdmin ) : void
PageProcessingHelper ( ) : System
PageProcessingHelper ( Page webPage ) : System
SetPageTitle ( ContentPage pageData ) : string

보호된 메소드들

메소드 설명
FindHtmlMeta ( Control control ) : void
FindTheControl ( string ControlName, Control control ) : WidgetContainer
GetHtmlMeta ( Control control ) : List
InsertSpecialCtrl ( Control control, ControlLocation CtrlKey ) : void

메소드 상세

AssignContentZones() 공개 메소드

public AssignContentZones ( ContentContainer pageArea, ContentContainer pageSource ) : void
pageArea Carrotware.CMS.UI.Controls.ContentContainer
pageSource Carrotware.CMS.UI.Controls.ContentContainer
리턴 void

AssignControls() 공개 메소드

public AssignControls ( ) : void
리턴 void

FindHtmlMeta() 보호된 메소드

protected FindHtmlMeta ( Control control ) : void
control System.Web.UI.Control
리턴 void

FindTheControl() 보호된 메소드

protected FindTheControl ( string ControlName, Control control ) : WidgetContainer
ControlName string
control System.Web.UI.Control
리턴 Carrotware.CMS.UI.Controls.WidgetContainer

GetHtmlMeta() 보호된 메소드

protected GetHtmlMeta ( Control control ) : List
control System.Web.UI.Control
리턴 List

InsertSpecialCtrl() 보호된 메소드

protected InsertSpecialCtrl ( Control control, ControlLocation CtrlKey ) : void
control System.Web.UI.Control
CtrlKey ControlLocation
리턴 void

LoadData() 공개 메소드

public LoadData ( ) : void
리턴 void

LoadPageControls() 공개 메소드

public LoadPageControls ( ) : void
리턴 void

MarkWidgets() 공개 메소드

public MarkWidgets ( Control control, bool bAdmin ) : void
control System.Web.UI.Control
bAdmin bool
리턴 void

PageProcessingHelper() 공개 메소드

public PageProcessingHelper ( ) : System
리턴 System

PageProcessingHelper() 공개 메소드

public PageProcessingHelper ( Page webPage ) : System
webPage System.Web.UI.Page
리턴 System

SetPageTitle() 공개 메소드

public SetPageTitle ( ContentPage pageData ) : string
pageData Carrotware.CMS.Core.ContentPage
리턴 string

프로퍼티 상세

IsPageTemplate 공개적으로 프로퍼티

public bool IsPageTemplate
리턴 bool

cu 보호되어 있는 프로퍼티

protected ControlUtilities,Carrotware.CMS.UI.Controls cu
리턴 Carrotware.CMS.UI.Controls.ControlUtilities

guidContentID 공개적으로 프로퍼티

public Guid,System guidContentID
리턴 System.Guid

pageContents 보호되어 있는 프로퍼티

protected ContentPage,Carrotware.CMS.Core pageContents
리턴 Carrotware.CMS.Core.ContentPage

pageWidgets 보호되어 있는 프로퍼티

protected List pageWidgets
리턴 List

theSite 보호되어 있는 프로퍼티

protected SiteData,Carrotware.CMS.Core theSite
리턴 Carrotware.CMS.Core.SiteData