C# Class mojoPortal.Web.UI.CommentEditor

ファイルを表示 Open project: joeaudette/mojoportal

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
IsValidComment ( ) : bool
LoadSetings ( ) : void
PopulateControls ( ) : void
SendCommentNotificationEmail ( ) : void
SetCookies ( ) : void
btnPostComment_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void