C# Class SenseNet.Portal.Portlets.ContentCheckInPortlet

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

Public Methods

Method Description
ContentCheckInPortlet ( ) : System

Protected Methods

Method Description
ContentView_CommandButtonsAction ( object sender, CommandButtonsEventArgs e ) : void
CreateChildControls ( ) : void
OnInit ( EventArgs e ) : void

Method Details

ContentCheckInPortlet() public method

public ContentCheckInPortlet ( ) : System
return System

ContentView_CommandButtonsAction() protected method

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

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void