C# 클래스 SpeakFriend.Web.Utilities.UserControls.Message

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: teamaton/speak-lib

보호된 프로퍼티들

프로퍼티 타입 설명
animError global::AjaxControlToolkit.AnimationExtender
animSuccess global::AjaxControlToolkit.AnimationExtender
imgError global::System.Web.UI.WebControls.Image
imgSuccess global::System.Web.UI.WebControls.Image
ltlMsg global::System.Web.UI.WebControls.Literal
ltlTitle global::System.Web.UI.WebControls.Literal
plhMsgs global::System.Web.UI.WebControls.PlaceHolder
pnlUserMsg global::System.Web.UI.WebControls.Panel

공개 메소드들

메소드 설명
Hide ( ) : void
ShowError ( UserMessage userMessage ) : void
ShowError ( string title ) : void
ShowError ( string title, string message ) : void
ShowSuccess ( UserMessage userMessage ) : void
ShowSuccess ( string title ) : void
ShowSuccess ( string title, string message ) : void

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
MakeLookLikeFailure ( ) : void
MakeLookLikeSuccess ( ) : void
ShowMessage ( UserMessage userMessage ) : void

메소드 상세

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

ShowError() 공개 메소드

public ShowError ( UserMessage userMessage ) : void
userMessage SpeakFriend.Utilities.Web.UserMessage
리턴 void

ShowError() 공개 메소드

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

ShowError() 공개 메소드

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

ShowSuccess() 공개 메소드

public ShowSuccess ( UserMessage userMessage ) : void
userMessage SpeakFriend.Utilities.Web.UserMessage
리턴 void

ShowSuccess() 공개 메소드

public ShowSuccess ( string title ) : void
title string
리턴 void

ShowSuccess() 공개 메소드

public ShowSuccess ( string title, string message ) : void
title string
message string
리턴 void

프로퍼티 상세

animError 보호되어 있는 프로퍼티

animError control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.AnimationExtender animError
리턴 global::AjaxControlToolkit.AnimationExtender

animSuccess 보호되어 있는 프로퍼티

animSuccess control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.AnimationExtender animSuccess
리턴 global::AjaxControlToolkit.AnimationExtender

imgError 보호되어 있는 프로퍼티

imgError control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgError
리턴 global::System.Web.UI.WebControls.Image

imgSuccess 보호되어 있는 프로퍼티

imgSuccess control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgSuccess
리턴 global::System.Web.UI.WebControls.Image

ltlMsg 보호되어 있는 프로퍼티

ltlMsg control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal ltlMsg
리턴 global::System.Web.UI.WebControls.Literal

ltlTitle 보호되어 있는 프로퍼티

ltlTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal ltlTitle
리턴 global::System.Web.UI.WebControls.Literal

plhMsgs 보호되어 있는 프로퍼티

plhMsgs control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder plhMsgs
리턴 global::System.Web.UI.WebControls.PlaceHolder

pnlUserMsg 보호되어 있는 프로퍼티

pnlUserMsg control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlUserMsg
리턴 global::System.Web.UI.WebControls.Panel