C# Class AjaxControlToolkit.Rating

Inheritance: System.Web.UI.WebControls.Panel, ICallbackEventHandler, IPostBackEventHandler
Afficher le fichier Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetCallbackResult ( ) : string

Returns a callback result

RaiseCallbackEvent ( string eventArgument ) : void

Raises the callback event

RaisePostBackEvent ( string eventArgument ) : void

Raises the postback event

Rating ( ) : System

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void
OnChanged ( RatingEventArgs e ) : void
OnClick ( RatingEventArgs e ) : void
OnLoad ( EventArgs e ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void

Method Details

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

GetCallbackResult() public méthode

Returns a callback result
public GetCallbackResult ( ) : string
Résultat string

OnChanged() protected méthode

protected OnChanged ( RatingEventArgs e ) : void
e RatingEventArgs
Résultat void

OnClick() protected méthode

protected OnClick ( RatingEventArgs e ) : void
e RatingEventArgs
Résultat void

OnLoad() protected méthode

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

RaiseCallbackEvent() public méthode

Raises the callback event
public RaiseCallbackEvent ( string eventArgument ) : void
eventArgument string Event argument
Résultat void

RaisePostBackEvent() public méthode

Raises the postback event
public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string Event argument
Résultat void

Rating() public méthode

public Rating ( ) : System
Résultat System

RenderContents() protected méthode

protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void