C# 클래스 newtelligence.DasBlog.Web.CommentViewBox

Summary description for CommentView.
상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: AArnott/dasblog

보호된 프로퍼티들

프로퍼티 타입 설명
CommentView System.Web.UI.HtmlControls.HtmlForm
resmgr System.Resources.ResourceManager

공개 메소드들

메소드 설명
AddNewComment ( string name, string email, string homepage, string comment, string entryId, bool openid ) : void
CommentViewBox ( ) : System

보호된 메소드들

메소드 설명
CommentView_PreRender ( object sender, System e ) : void
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
add_Click ( object sender, System e ) : void
openid_identifier_LoggingIn ( object sender, DotNetOpenId.RelyingParty.OpenIdEventArgs e ) : void
openid_identifier_UnconfirmedPositiveAssertion ( object sender, DotNetOpenId.RelyingParty.OpenIdEventArgs e ) : void

비공개 메소드들

메소드 설명
ComposeMail ( Comment c ) : newtelligence.DasBlog.Runtime.SendMailInfo
ComposeMailForUsers ( newtelligence.DasBlog.Runtime.Entry entry, Comment c ) : object[]
FixUrl ( string url ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SaveCookies ( ) : void
clearCommentInput ( ) : void
cvCaptcha_ServerValidate ( object source, System args ) : void
doesFeedbackHaveSpamPotential ( IFeedback feedback ) : bool

Performs simple analysis to make a best guess at the feedback's spam potential

메소드 상세

AddNewComment() 공개 메소드

public AddNewComment ( string name, string email, string homepage, string comment, string entryId, bool openid ) : void
name string
email string
homepage string
comment string
entryId string
openid bool
리턴 void

CommentViewBox() 공개 메소드

public CommentViewBox ( ) : System
리턴 System

CommentView_PreRender() 보호된 메소드

protected CommentView_PreRender ( object sender, System e ) : void
sender object
e System
리턴 void

OnInit() 보호된 메소드

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

Page_Load() 보호된 메소드

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

add_Click() 보호된 메소드

protected add_Click ( object sender, System e ) : void
sender object
e System
리턴 void

openid_identifier_LoggingIn() 보호된 메소드

protected openid_identifier_LoggingIn ( object sender, DotNetOpenId.RelyingParty.OpenIdEventArgs e ) : void
sender object
e DotNetOpenId.RelyingParty.OpenIdEventArgs
리턴 void

openid_identifier_UnconfirmedPositiveAssertion() 보호된 메소드

protected openid_identifier_UnconfirmedPositiveAssertion ( object sender, DotNetOpenId.RelyingParty.OpenIdEventArgs e ) : void
sender object
e DotNetOpenId.RelyingParty.OpenIdEventArgs
리턴 void

프로퍼티 상세

CommentView 보호되어 있는 프로퍼티

protected HtmlForm,System.Web.UI.HtmlControls CommentView
리턴 System.Web.UI.HtmlControls.HtmlForm

resmgr 보호되어 있는 프로퍼티

protected System.Resources.ResourceManager resmgr
리턴 System.Resources.ResourceManager