C# Class AjaxControlToolkit.Rating

Inheritance: System.Web.UI.WebControls.Panel, ICallbackEventHandler, IPostBackEventHandler
Mostrar archivo Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method 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 method

protected CreateChildControls ( ) : void
return void

GetCallbackResult() public method

Returns a callback result
public GetCallbackResult ( ) : string
return string

OnChanged() protected method

protected OnChanged ( RatingEventArgs e ) : void
e RatingEventArgs
return void

OnClick() protected method

protected OnClick ( RatingEventArgs e ) : void
e RatingEventArgs
return void

OnLoad() protected method

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

RaiseCallbackEvent() public method

Raises the callback event
public RaiseCallbackEvent ( string eventArgument ) : void
eventArgument string Event argument
return void

RaisePostBackEvent() public method

Raises the postback event
public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string Event argument
return void

Rating() public method

public Rating ( ) : System
return System

RenderContents() protected method

protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void