C# Class SenseNet.Portal.Portlets.ContentEditorPortlet

Inheritance: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
Show file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description

Public Methods

Method Description
ContentEditorPortlet ( ) : System
contentView_UserAction ( object sender, UserActionEventArgs e ) : void

Protected Methods

Method 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 method

public ContentEditorPortlet ( ) : System
return System

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

GetModel() protected method

protected GetModel ( ) : object
return object

OnCommandButtons() protected method

protected OnCommandButtons ( CommandButtonsEventArgs e ) : void
e SenseNet.Portal.UI.CommandButtonsEventArgs
return void

OnSave() protected method

protected OnSave ( ContentView contentView, Content content ) : void
contentView SenseNet.Portal.UI.ContentView
content Content
return void

contentView_CommandButtonsAction() protected method

protected contentView_CommandButtonsAction ( object sender, CommandButtonsEventArgs e ) : void
sender object
e SenseNet.Portal.UI.CommandButtonsEventArgs
return void

contentView_UserAction() public method

public contentView_UserAction ( object sender, UserActionEventArgs e ) : void
sender object
e SenseNet.Portal.UI.UserActionEventArgs
return void