C# Класс Rock.Reporting.Dashboard.DashboardWidget

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GetDivWidthCssClasses ( ) : List

Gets the div width CSS classes.

Описание методов

RenderControl() публичный Метод

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.
Результат void