C# Class mojoPortal.Web.UI.CommentEditor

Afficher le fichier Open project: joeaudette/mojoportal

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

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

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void