C# 클래스 Subtext.Web.UI.Controls.Contact

상속: BaseControl
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
RegularExpressionValidator1 System.Web.UI.WebControls.RegularExpressionValidator
RequiredFieldValidator1 System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator2 System.Web.UI.WebControls.RequiredFieldValidator
ValidationSummary1 System.Web.UI.WebControls.ValidationSummary
btnSend System.Web.UI.WebControls.Button
captcha Subtext.Web.Controls.Captcha.CaptchaControl
invisibleCaptchaValidator Subtext.Web.Controls.Captcha.InvisibleCaptcha
lblMessage System.Web.UI.WebControls.Label
tbEmail System.Web.UI.WebControls.TextBox
tbMessage System.Web.UI.WebControls.TextBox
tbName System.Web.UI.WebControls.TextBox
tbSubject System.Web.UI.WebControls.TextBox

Private Properties

프로퍼티 타입 설명
CreateCommentWithContactMessage void
EnsureEmailRequired void
btnSend_Click void

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Initializes the control. Sets up the send button's click event handler.

비공개 메소드들

메소드 설명
CreateCommentWithContactMessage ( ) : void
EnsureEmailRequired ( ) : void
btnSend_Click ( object sender, EventArgs e ) : void

메소드 상세

OnInit() 보호된 메소드

Initializes the control. Sets up the send button's click event handler.
protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

RegularExpressionValidator1 보호되어 있는 프로퍼티

protected RegularExpressionValidator,System.Web.UI.WebControls RegularExpressionValidator1
리턴 System.Web.UI.WebControls.RegularExpressionValidator

RequiredFieldValidator1 보호되어 있는 프로퍼티

protected RequiredFieldValidator,System.Web.UI.WebControls RequiredFieldValidator1
리턴 System.Web.UI.WebControls.RequiredFieldValidator

RequiredFieldValidator2 보호되어 있는 프로퍼티

protected RequiredFieldValidator,System.Web.UI.WebControls RequiredFieldValidator2
리턴 System.Web.UI.WebControls.RequiredFieldValidator

ValidationSummary1 보호되어 있는 프로퍼티

protected ValidationSummary,System.Web.UI.WebControls ValidationSummary1
리턴 System.Web.UI.WebControls.ValidationSummary

btnSend 보호되어 있는 프로퍼티

protected Button,System.Web.UI.WebControls btnSend
리턴 System.Web.UI.WebControls.Button

captcha 보호되어 있는 프로퍼티

protected CaptchaControl,Subtext.Web.Controls.Captcha captcha
리턴 Subtext.Web.Controls.Captcha.CaptchaControl

invisibleCaptchaValidator 보호되어 있는 프로퍼티

protected InvisibleCaptcha,Subtext.Web.Controls.Captcha invisibleCaptchaValidator
리턴 Subtext.Web.Controls.Captcha.InvisibleCaptcha

lblMessage 보호되어 있는 프로퍼티

protected Label,System.Web.UI.WebControls lblMessage
리턴 System.Web.UI.WebControls.Label

tbEmail 보호되어 있는 프로퍼티

protected TextBox,System.Web.UI.WebControls tbEmail
리턴 System.Web.UI.WebControls.TextBox

tbMessage 보호되어 있는 프로퍼티

protected TextBox,System.Web.UI.WebControls tbMessage
리턴 System.Web.UI.WebControls.TextBox

tbName 보호되어 있는 프로퍼티

protected TextBox,System.Web.UI.WebControls tbName
리턴 System.Web.UI.WebControls.TextBox

tbSubject 보호되어 있는 프로퍼티

protected TextBox,System.Web.UI.WebControls tbSubject
리턴 System.Web.UI.WebControls.TextBox