C# Class SpeakFriend.Web.Utilities.UserControls.Message

Inheritance: System.Web.UI.UserControl
Show file Open project: teamaton/speak-lib

Protected Properties

Property Type Description
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

Public Methods

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

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
MakeLookLikeFailure ( ) : void
MakeLookLikeSuccess ( ) : void
ShowMessage ( UserMessage userMessage ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

Page_Load() protected method

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

ShowError() public method

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

ShowError() public method

public ShowError ( string title ) : void
title string
return void

ShowError() public method

public ShowError ( string title, string message ) : void
title string
message string
return void

ShowSuccess() public method

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

ShowSuccess() public method

public ShowSuccess ( string title ) : void
title string
return void

ShowSuccess() public method

public ShowSuccess ( string title, string message ) : void
title string
message string
return void

Property Details

animError protected property

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

animSuccess protected property

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

imgError protected property

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
return global::System.Web.UI.WebControls.Image

imgSuccess protected property

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
return global::System.Web.UI.WebControls.Image

ltlMsg protected property

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
return global::System.Web.UI.WebControls.Literal

ltlTitle protected property

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
return global::System.Web.UI.WebControls.Literal

plhMsgs protected property

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
return global::System.Web.UI.WebControls.PlaceHolder

pnlUserMsg protected property

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
return global::System.Web.UI.WebControls.Panel