C# 클래스 AjaxControlToolkit.Rating

상속: System.Web.UI.WebControls.Panel, ICallbackEventHandler, IPostBackEventHandler
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetCallbackResult ( ) : string

Returns a callback result

RaiseCallbackEvent ( string eventArgument ) : void

Raises the callback event

RaisePostBackEvent ( string eventArgument ) : void

Raises the postback event

Rating ( ) : System

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
OnChanged ( RatingEventArgs e ) : void
OnClick ( RatingEventArgs e ) : void
OnLoad ( EventArgs e ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void

메소드 상세

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

GetCallbackResult() 공개 메소드

Returns a callback result
public GetCallbackResult ( ) : string
리턴 string

OnChanged() 보호된 메소드

protected OnChanged ( RatingEventArgs e ) : void
e RatingEventArgs
리턴 void

OnClick() 보호된 메소드

protected OnClick ( RatingEventArgs e ) : void
e RatingEventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

RaiseCallbackEvent() 공개 메소드

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

RaisePostBackEvent() 공개 메소드

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

Rating() 공개 메소드

public Rating ( ) : System
리턴 System

RenderContents() 보호된 메소드

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