C# Class Rock.Reporting.Dashboard.DashboardWidget

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
RenderControl ( System 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.

Private Methods

Méthode Description
GetDivWidthCssClasses ( ) : List

Gets the div width CSS classes.

Method Details

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 writer ) : void
writer System The object that receives the control content.
Résultat void