C# Class SenseNet.Portal.Portlets.NotificationEditorPortlet

Inheritance: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
Datei anzeigen Open project: maxpavlov/FlexNet

Private Properties

Property Type Description

Public Methods

Method Description
NotificationEditorPortlet ( ) : System

Protected Methods

Method Description
BtnSave_Click ( object sender, EventArgs args ) : void
CreateChildControls ( ) : void
GetModel ( ) : object

Method Details

BtnSave_Click() protected method

protected BtnSave_Click ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

GetModel() protected method

protected GetModel ( ) : object
return object

NotificationEditorPortlet() public method

public NotificationEditorPortlet ( ) : System
return System