C# Class SenseNet.Portal.UI.Controls.MessageControl

Inheritance: System.Web.UI.WebControls.CompositeControl
Exibir arquivo Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description
BindEvent void
BindEvents void
CreateButtons void
InstatiateTemplates void

Public Methods

Method Description
ShowError ( string message ) : void

Protected Methods

Method Description
CreateChildControls ( ) : void
OnButtonAction ( object sender, System.Web.UI.WebControls.CommandEventArgs e ) : void
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

Private Methods

Method Description
BindEvent ( string buttonId ) : void
BindEvents ( ) : void
CreateButtons ( Control holder ) : void
InstatiateTemplates ( ) : void

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

OnButtonAction() protected method

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

OnInit() protected method

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

OnPreRender() protected method

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

ShowError() public method

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