C# 클래스 Sitecore.Modules.WeBlog.WebForms.Layouts.BlogSubmitComment

파일 보기 프로젝트 열기: WeTeam/WeBlog

보호된 프로퍼티들

프로퍼티 타입 설명
CommentScroll global::System.Web.UI.WebControls.PlaceHolder
CommentsPanel global::System.Web.UI.WebControls.Panel
Message global::System.Web.UI.WebControls.Literal
MessagePanel global::System.Web.UI.WebControls.Panel
ValidationSummaryComments global::System.Web.UI.WebControls.ValidationSummary
buttonSaveComment global::System.Web.UI.WebControls.Button
lblCommentEmail global::System.Web.UI.WebControls.Label
lblCommentName global::System.Web.UI.WebControls.Label
lblCommentText global::System.Web.UI.WebControls.Label
lblCommentWebsite global::System.Web.UI.WebControls.Label
rfvCommentEmail global::System.Web.UI.WebControls.RequiredFieldValidator
rfvCommentName global::System.Web.UI.WebControls.RequiredFieldValidator
rfvCommentText global::System.Web.UI.WebControls.RequiredFieldValidator
txtCommentEmail global::System.Web.UI.WebControls.TextBox
txtCommentName global::System.Web.UI.WebControls.TextBox
txtCommentText global::System.Web.UI.WebControls.TextBox
txtCommentWebsite global::System.Web.UI.WebControls.TextBox

공개 메소드들

메소드 설명
BlogSubmitComment ( ISubmitCommentCore submitCommentCore = null ) : System

보호된 메소드들

메소드 설명
GetFormValue ( TextBox textBox ) : string
LoadEntry ( ) : void
Page_Load ( object sender, EventArgs e ) : void
SetErrorMessage ( string message ) : void

Display an error message on the UI

SetSuccessMessage ( string message ) : void

Display a success message on the UI

buttonSaveComment_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
ResetCommentFields ( ) : void

메소드 상세

BlogSubmitComment() 공개 메소드

public BlogSubmitComment ( ISubmitCommentCore submitCommentCore = null ) : System
submitCommentCore ISubmitCommentCore
리턴 System

GetFormValue() 보호된 메소드

protected GetFormValue ( TextBox textBox ) : string
textBox TextBox
리턴 string

LoadEntry() 보호된 메소드

protected LoadEntry ( ) : void
리턴 void

Page_Load() 보호된 메소드

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

SetErrorMessage() 보호된 메소드

Display an error message on the UI
protected SetErrorMessage ( string message ) : void
message string The message to display
리턴 void

SetSuccessMessage() 보호된 메소드

Display a success message on the UI
protected SetSuccessMessage ( string message ) : void
message string
리턴 void

buttonSaveComment_Click() 보호된 메소드

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

프로퍼티 상세

CommentScroll 보호되어 있는 프로퍼티

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

CommentsPanel 보호되어 있는 프로퍼티

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

Message 보호되어 있는 프로퍼티

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

MessagePanel 보호되어 있는 프로퍼티

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

ValidationSummaryComments 보호되어 있는 프로퍼티

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

buttonSaveComment 보호되어 있는 프로퍼티

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

lblCommentEmail 보호되어 있는 프로퍼티

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

lblCommentName 보호되어 있는 프로퍼티

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

lblCommentText 보호되어 있는 프로퍼티

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

lblCommentWebsite 보호되어 있는 프로퍼티

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

rfvCommentEmail 보호되어 있는 프로퍼티

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

rfvCommentName 보호되어 있는 프로퍼티

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

rfvCommentText 보호되어 있는 프로퍼티

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

txtCommentEmail 보호되어 있는 프로퍼티

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

txtCommentName 보호되어 있는 프로퍼티

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

txtCommentText 보호되어 있는 프로퍼티

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

txtCommentWebsite 보호되어 있는 프로퍼티

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