C# Класс SenseNet.Portal.UI.PortletFramework.CollapsibleEditorPartChrome

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

Private Properties

Свойство Тип Описание
AddAttributes void
RenderEditorPartInternal void
RenderPartContentsInternal void

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

Метод Описание
CollapsibleEditorPartChrome ( System.Web.UI.WebControls.WebParts.EditorZoneBase zone ) : System
RenderEditorPart ( System.Web.UI.HtmlTextWriter writer, System.Web.UI.WebControls.WebParts.EditorPart editorPart ) : void

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

Метод Описание
AddAttributes ( System.Web.UI.HtmlTextWriter writer, WebControl editorPart ) : void
RenderEditorPartInternal ( System.Web.UI.HtmlTextWriter writer, System.Web.UI.WebControls.WebParts.EditorPart editorPart ) : void
RenderPartContentsInternal ( System.Web.UI.HtmlTextWriter writer, System.Web.UI.WebControls.WebParts.EditorPart editorPart ) : void

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

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

public CollapsibleEditorPartChrome ( System.Web.UI.WebControls.WebParts.EditorZoneBase zone ) : System
zone System.Web.UI.WebControls.WebParts.EditorZoneBase
Результат System

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

public RenderEditorPart ( System.Web.UI.HtmlTextWriter writer, System.Web.UI.WebControls.WebParts.EditorPart editorPart ) : void
writer System.Web.UI.HtmlTextWriter
editorPart System.Web.UI.WebControls.WebParts.EditorPart
Результат void