C# Класс SenseNet.Portal.Portlets.ContentEditorPortlet

Наследование: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
ContentEditorPortlet ( ) : System
contentView_UserAction ( object sender, UserActionEventArgs e ) : void

Защищенные методы

Метод Описание
CreateChildControls ( ) : void
GetModel ( ) : object
OnCommandButtons ( CommandButtonsEventArgs e ) : void
OnSave ( ContentView contentView, Content content ) : void
contentView_CommandButtonsAction ( object sender, CommandButtonsEventArgs e ) : void

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

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

public ContentEditorPortlet ( ) : System
Результат System

CreateChildControls() защищенный Метод

protected CreateChildControls ( ) : void
Результат void

GetModel() защищенный Метод

protected GetModel ( ) : object
Результат object

OnCommandButtons() защищенный Метод

protected OnCommandButtons ( CommandButtonsEventArgs e ) : void
e SenseNet.Portal.UI.CommandButtonsEventArgs
Результат void

OnSave() защищенный Метод

protected OnSave ( ContentView contentView, Content content ) : void
contentView SenseNet.Portal.UI.ContentView
content Content
Результат void

contentView_CommandButtonsAction() защищенный Метод

protected contentView_CommandButtonsAction ( object sender, CommandButtonsEventArgs e ) : void
sender object
e SenseNet.Portal.UI.CommandButtonsEventArgs
Результат void

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

public contentView_UserAction ( object sender, UserActionEventArgs e ) : void
sender object
e SenseNet.Portal.UI.UserActionEventArgs
Результат void