C# Class Hd.Web.Extensions.VoteManager

Inheritance: System.Web.UI.WebControls.WebControl, IPostBackEventHandler
Afficher le fichier Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Méthodes publiques

Méthode Description
GetCurrent ( Page page ) : VoteManager
RaisePostBackEvent ( string eventArgument ) : void

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Method Details

GetCurrent() public static méthode

public static GetCurrent ( Page page ) : VoteManager
page System.Web.UI.Page
Résultat VoteManager

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

RaisePostBackEvent() public méthode

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
Résultat void