C# 클래스 ScrewTurn.Wiki.AdminSnippets

파일 보기 프로젝트 열기: mono/ScrewTurnWiki

보호된 프로퍼티들

프로퍼티 타입 설명
btnCancel global::System.Web.UI.WebControls.Button
btnCreate global::System.Web.UI.WebControls.Button
btnDelete global::System.Web.UI.WebControls.Button
btnNewSnippet global::System.Web.UI.WebControls.Button
btnNewTemplate global::System.Web.UI.WebControls.Button
btnSave global::System.Web.UI.WebControls.Button
cvName global::System.Web.UI.WebControls.CustomValidator
editor global::ScrewTurn.Wiki.Editor
lblEditSnippetWarning global::System.Web.UI.WebControls.Literal
lblEditTitleSnippet global::System.Web.UI.WebControls.Literal
lblEditTitleTemplate global::System.Web.UI.WebControls.Literal
lblName global::System.Web.UI.WebControls.Literal
lblProvider global::System.Web.UI.WebControls.Literal
lblResult global::System.Web.UI.WebControls.Label
lblSnippetsTemplates global::System.Web.UI.WebControls.Literal
pnlEditElement global::System.Web.UI.WebControls.Panel
pnlList global::System.Web.UI.WebControls.Panel
providerSelector global::ScrewTurn.Wiki.ProviderSelector
rfvName global::System.Web.UI.WebControls.RequiredFieldValidator
rptSnippetsTemplates global::System.Web.UI.WebControls.Repeater
txtCurrentElement global::System.Web.UI.WebControls.HiddenField
txtName global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnCreate_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnNewSnippet_Click ( object sender, EventArgs e ) : void
btnNewTemplate_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
cvName_ServerValidate ( object sender, ServerValidateEventArgs e ) : void
rptSnippetsTemplates_DataBinding ( object sender, EventArgs e ) : void
rptSnippetsTemplates_ItemCommand ( object sender, CommandEventArgs e ) : void

비공개 메소드들

메소드 설명
CreateSnippet ( ) : void

Creates a snippet.

CreateTemplate ( ) : void

Creates a template.

DeleteSnippet ( string name ) : void

Deletes a snippet.

DeleteTemplate ( string name ) : void

Deletes a template.

RefreshList ( ) : void

Refreshes the users list.

ResetEditor ( ) : void

Resets the account editor.

ReturnToList ( ) : void

Returns to the accounts list.

SaveSnippet ( string name ) : void

Saves a snippet.

SaveTemplate ( string name ) : void

Saves a template.

SelectSnippet ( string name ) : void

Selects a snippet for editing.

SelectTemplate ( string name ) : void

Selects a template for editing.

SetTitleForSnippet ( ) : void

Sets the editing area title for a snippet.

SetTitleForTemplate ( ) : void

Sets the editing area title for a template.

메소드 상세

Page_Load() 보호된 메소드

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

btnCancel_Click() 보호된 메소드

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

btnCreate_Click() 보호된 메소드

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

btnDelete_Click() 보호된 메소드

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

btnNewSnippet_Click() 보호된 메소드

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

btnNewTemplate_Click() 보호된 메소드

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

btnSave_Click() 보호된 메소드

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

cvName_ServerValidate() 보호된 메소드

protected cvName_ServerValidate ( object sender, ServerValidateEventArgs e ) : void
sender object
e ServerValidateEventArgs
리턴 void

rptSnippetsTemplates_DataBinding() 보호된 메소드

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

rptSnippetsTemplates_ItemCommand() 보호된 메소드

protected rptSnippetsTemplates_ItemCommand ( object sender, CommandEventArgs e ) : void
sender object
e CommandEventArgs
리턴 void

프로퍼티 상세

btnCancel 보호되어 있는 프로퍼티

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

btnCreate 보호되어 있는 프로퍼티

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

btnDelete 보호되어 있는 프로퍼티

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

btnNewSnippet 보호되어 있는 프로퍼티

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

btnNewTemplate 보호되어 있는 프로퍼티

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

btnSave 보호되어 있는 프로퍼티

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

cvName 보호되어 있는 프로퍼티

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

editor 보호되어 있는 프로퍼티

editor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.Editor editor
리턴 global::ScrewTurn.Wiki.Editor

lblEditSnippetWarning 보호되어 있는 프로퍼티

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

lblEditTitleSnippet 보호되어 있는 프로퍼티

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

lblEditTitleTemplate 보호되어 있는 프로퍼티

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

lblName 보호되어 있는 프로퍼티

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

lblProvider 보호되어 있는 프로퍼티

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

lblResult 보호되어 있는 프로퍼티

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

lblSnippetsTemplates 보호되어 있는 프로퍼티

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

pnlEditElement 보호되어 있는 프로퍼티

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

pnlList 보호되어 있는 프로퍼티

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

providerSelector 보호되어 있는 프로퍼티

providerSelector control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ProviderSelector providerSelector
리턴 global::ScrewTurn.Wiki.ProviderSelector

rfvName 보호되어 있는 프로퍼티

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

rptSnippetsTemplates 보호되어 있는 프로퍼티

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

txtCurrentElement 보호되어 있는 프로퍼티

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

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