C# Class Carrotware.CMS.UI.Controls.ContentCommentForm

Inheritance: BaseServerControl, INamingContainer
Afficher le fichier Open project: ninianne98/CarrotCakeCMS

Protected Properties

Свойство Type Description
EntryFormControls List
ThanksControls List
phEntry System.Web.UI.WebControls.PlaceHolder
phThanks System.Web.UI.WebControls.PlaceHolder

Private Properties

Свойство Type Description
FindEntryFormCtrls void
FindThanksFormCtrls void

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void
GetEntryFormControl ( string ControlName ) : Control
OnInit ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
Submit_ContentCommentForm ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
FindEntryFormCtrls ( Control X ) : void
FindThanksFormCtrls ( Control X ) : void

Method Details

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

GetEntryFormControl() protected méthode

protected GetEntryFormControl ( string ControlName ) : Control
ControlName string
Résultat System.Web.UI.Control

OnInit() protected méthode

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

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderContents() protected méthode

protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

Submit_ContentCommentForm() protected méthode

protected Submit_ContentCommentForm ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

EntryFormControls protected_oe property

protected List EntryFormControls
Résultat List

ThanksControls protected_oe property

protected List ThanksControls
Résultat List

phEntry protected_oe property

protected PlaceHolder,System.Web.UI.WebControls phEntry
Résultat System.Web.UI.WebControls.PlaceHolder

phThanks protected_oe property

protected PlaceHolder,System.Web.UI.WebControls phThanks
Résultat System.Web.UI.WebControls.PlaceHolder