C# Class Rock.Web.UI.Controls.WarningBlock

Inheritance: System.Web.UI.WebControls.Literal
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.

WarningBlock ( ) : System.Collections.Generic

Initializes a new instance of the WarningBlock class.

Méthodes protégées

Méthode Description
OnInit ( System e ) : void

Raises the E:System.Web.UI.Control.Init event.

Method Details

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( System e ) : void
e System An object that contains the event data.
Résultat void

RenderControl() public méthode

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the control content.
Résultat void

WarningBlock() public méthode

Initializes a new instance of the WarningBlock class.
public WarningBlock ( ) : System.Collections.Generic
Résultat System.Collections.Generic