C# Class SenseNet.Portal.Portlets.VotingPortlet

Inheritance: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
Afficher le fichier Open project: maxpavlov/FlexNet

Private Properties

Свойство Type Description
AddInvalidView void
AddResultView void
AddThankYouView void
AddVotingView void
GetFolder Node

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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

Méthode Description
AddInvalidView ( ) : void
AddResultView ( ) : void
AddThankYouView ( ) : void
AddVotingView ( ) : void
GetFolder ( Node contextNode ) : Node

Method Details

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

LbClick() public méthode

public LbClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

LoadControlState() protected méthode

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

MyLinkBClick() public méthode

public MyLinkBClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnInit() protected méthode

Raises the Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

Raises the PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

SaveControlState() protected méthode

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

VotingItemNewContentViewUserAction() public méthode

public VotingItemNewContentViewUserAction ( object sender, UserActionEventArgs e ) : void
sender object
e SenseNet.Portal.UI.UserActionEventArgs
Résultat void

VotingPortlet() public méthode

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