C# Class SenseNet.Portal.Portlets.VotingPortlet

Inheritance: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
Mostrar archivo Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
AddInvalidView void
AddResultView void
AddThankYouView void
AddVotingView void
GetFolder Node

Public Methods

Method Description
LbClick ( object sender, EventArgs e ) : void
MyLinkBClick ( object sender, EventArgs e ) : void
VotingItemNewContentViewUserAction ( object sender, UserActionEventArgs e ) : void
VotingPortlet ( ) : System

Initializes a new instance of the VotingPortlet class and sets default values.

Protected Methods

Method Description
CreateChildControls ( ) : void
LoadControlState ( object savedState ) : void

Restores control-state information from a previous page request that was saved by the SaveControlState method.

OnInit ( EventArgs e ) : void

Raises the Init event.

OnPreRender ( EventArgs e ) : void

Raises the PreRender event.

SaveControlState ( ) : object

Saves any server control state changes that have occurred since the time the page was posted back to the server.

Private Methods

Method Description
AddInvalidView ( ) : void
AddResultView ( ) : void
AddThankYouView ( ) : void
AddVotingView ( ) : void
GetFolder ( Node contextNode ) : Node

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

LbClick() public method

public LbClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

LoadControlState() protected method

Restores control-state information from a previous page request that was saved by the SaveControlState method.
protected LoadControlState ( object savedState ) : void
savedState object
return void

MyLinkBClick() public method

public MyLinkBClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnInit() protected method

Raises the Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

Raises the PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

SaveControlState() protected method

Saves any server control state changes that have occurred since the time the page was posted back to the server.
protected SaveControlState ( ) : object
return object

VotingItemNewContentViewUserAction() public method

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

VotingPortlet() public method

Initializes a new instance of the VotingPortlet class and sets default values.
public VotingPortlet ( ) : System
return System