C# Class Hd.Web.Extensions.VoteManager

Inheritance: System.Web.UI.WebControls.WebControl, IPostBackEventHandler
ファイルを表示 Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Public Methods

Method Description
GetCurrent ( Page page ) : VoteManager
RaisePostBackEvent ( string eventArgument ) : void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Method Details

GetCurrent() public static method

public static GetCurrent ( Page page ) : VoteManager
page System.Web.UI.Page
return VoteManager

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

RaisePostBackEvent() public method

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
return void