C# 클래스 Optimus.Umbraco.Pages.FileEditor

파일 보기 프로젝트 열기: TimGeyssens/BundlingAndMinificationForTheMasses

공개 프로퍼티들

프로퍼티 타입 설명
ErrorLineNumber int

보호된 프로퍼티들

프로퍼티 타입 설명
EditPane global::umbraco.uicontrols.Pane
EditorPanel global::umbraco.uicontrols.PropertyPanel
EditorSource global::umbraco.uicontrols.CodeArea
Feedback global::umbraco.uicontrols.Feedback
LtrlPath global::System.Web.UI.WebControls.Literal
NamePanel global::umbraco.uicontrols.PropertyPanel
PathPanel global::umbraco.uicontrols.PropertyPanel
TxtName global::System.Web.UI.WebControls.TextBox
UmbracoPanel global::umbraco.uicontrols.UmbracoPanel

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
MenuSaveClick ( object sender, ImageClickEventArgs e ) : void
Save ( ) : void
SaveConfigFile ( string filename, string contents ) : bool
b_Click ( object sender, EventArgs e ) : void

메소드 상세

OnInit() 보호된 메소드

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

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

EditPane 보호되어 있는 프로퍼티

EditPane control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.Pane EditPane
리턴 global::umbraco.uicontrols.Pane

EditorPanel 보호되어 있는 프로퍼티

EditorPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.PropertyPanel EditorPanel
리턴 global::umbraco.uicontrols.PropertyPanel

EditorSource 보호되어 있는 프로퍼티

EditorSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.CodeArea EditorSource
리턴 global::umbraco.uicontrols.CodeArea

ErrorLineNumber 공개적으로 정적으로 프로퍼티

public static int ErrorLineNumber
리턴 int

Feedback 보호되어 있는 프로퍼티

Feedback control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.Feedback Feedback
리턴 global::umbraco.uicontrols.Feedback

LtrlPath 보호되어 있는 프로퍼티

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

NamePanel 보호되어 있는 프로퍼티

NamePanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.PropertyPanel NamePanel
리턴 global::umbraco.uicontrols.PropertyPanel

PathPanel 보호되어 있는 프로퍼티

PathPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.PropertyPanel PathPanel
리턴 global::umbraco.uicontrols.PropertyPanel

TxtName 보호되어 있는 프로퍼티

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

UmbracoPanel 보호되어 있는 프로퍼티

UmbracoPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.UmbracoPanel UmbracoPanel
리턴 global::umbraco.uicontrols.UmbracoPanel