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

Inheritance: System.Web.UI.WebControls.CompositeControl
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description
BindEvent void
BindEvents void
CreateButtons void
InstatiateTemplates void

Méthodes publiques

Méthode Description
ShowError ( string message ) : void

Méthodes protégées

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

Private Methods

Méthode Description
BindEvent ( string buttonId ) : void
BindEvents ( ) : void
CreateButtons ( Control holder ) : void
InstatiateTemplates ( ) : void

Method Details

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

OnButtonAction() protected méthode

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

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

ShowError() public méthode

public ShowError ( string message ) : void
message string
Résultat void