C# Class SenseNet.Portal.Portlets.EventCalendarPortlet

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

Private Properties

Property Type Description
CreateControls void

Public Methods

Method Description
EventCalendarPortlet ( ) : System

Initalize the portlet name and description

Protected Methods

Method Description
CreateChildControls ( ) : void
GetEvents ( ) : IEnumerable

Private Methods

Method Description
CreateControls ( ) : void

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

EventCalendarPortlet() public method

Initalize the portlet name and description
public EventCalendarPortlet ( ) : System
return System

GetEvents() protected method

protected GetEvents ( ) : IEnumerable
return IEnumerable