C# 클래스 SenseNet.Portal.UI.Controls.MessageControl

상속: System.Web.UI.WebControls.CompositeControl
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BindEvent void
BindEvents void
CreateButtons void
InstatiateTemplates void

공개 메소드들

메소드 설명
ShowError ( string message ) : void

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
OnButtonAction ( object sender, System.Web.UI.WebControls.CommandEventArgs e ) : void
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

비공개 메소드들

메소드 설명
BindEvent ( string buttonId ) : void
BindEvents ( ) : void
CreateButtons ( Control holder ) : void
InstatiateTemplates ( ) : void

메소드 상세

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

OnButtonAction() 보호된 메소드

protected OnButtonAction ( object sender, System.Web.UI.WebControls.CommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.CommandEventArgs
리턴 void

OnInit() 보호된 메소드

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

OnPreRender() 보호된 메소드

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

ShowError() 공개 메소드

public ShowError ( string message ) : void
message string
리턴 void