C# Class SenseNet.Portal.Portlets.ContentEditorPortlet

Inheritance: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
Afficher le fichier Open project: maxpavlov/FlexNet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ContentEditorPortlet ( ) : System
contentView_UserAction ( object sender, UserActionEventArgs e ) : void

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void
GetModel ( ) : object
OnCommandButtons ( CommandButtonsEventArgs e ) : void
OnSave ( ContentView contentView, Content content ) : void
contentView_CommandButtonsAction ( object sender, CommandButtonsEventArgs e ) : void

Method Details

ContentEditorPortlet() public méthode

public ContentEditorPortlet ( ) : System
Résultat System

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

GetModel() protected méthode

protected GetModel ( ) : object
Résultat object

OnCommandButtons() protected méthode

protected OnCommandButtons ( CommandButtonsEventArgs e ) : void
e SenseNet.Portal.UI.CommandButtonsEventArgs
Résultat void

OnSave() protected méthode

protected OnSave ( ContentView contentView, Content content ) : void
contentView SenseNet.Portal.UI.ContentView
content Content
Résultat void

contentView_CommandButtonsAction() protected méthode

protected contentView_CommandButtonsAction ( object sender, CommandButtonsEventArgs e ) : void
sender object
e SenseNet.Portal.UI.CommandButtonsEventArgs
Résultat void

contentView_UserAction() public méthode

public contentView_UserAction ( object sender, UserActionEventArgs e ) : void
sender object
e SenseNet.Portal.UI.UserActionEventArgs
Résultat void