C# 클래스 SenseNet.Portal.Portlets.VotingPortlet

상속: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
파일 보기 프로젝트 열기: maxpavlov/FlexNet

Private Properties

프로퍼티 타입 설명
AddInvalidView void
AddResultView void
AddThankYouView void
AddVotingView void
GetFolder Node

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
AddInvalidView ( ) : void
AddResultView ( ) : void
AddThankYouView ( ) : void
AddVotingView ( ) : void
GetFolder ( Node contextNode ) : Node

메소드 상세

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

LbClick() 공개 메소드

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

LoadControlState() 보호된 메소드

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

MyLinkBClick() 공개 메소드

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

OnInit() 보호된 메소드

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

OnPreRender() 보호된 메소드

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

SaveControlState() 보호된 메소드

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

VotingItemNewContentViewUserAction() 공개 메소드

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

VotingPortlet() 공개 메소드

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