C# Class XAF_Bootstrap.Controls.XafBootstrapErrorInfoControl

Inheritance: System.Web.UI.WebControls.Panel
Afficher le fichier Open project: Terricks/XAFBootstrap

Private Properties

Свойство Type Description
HandleValidExc void
checkbox_CheckedChanged void

Méthodes publiques

Méthode Description
XafBootstrapErrorInfoControl ( ) : System

Méthodes protégées

Méthode Description
AddError ( System.Web.UI.WebControls.Table table, string imageName, string message, string testTag = "ErrorInfo" ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Méthode Description
HandleValidExc ( ValidationException exc ) : void
checkbox_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

AddError() protected méthode

protected AddError ( System.Web.UI.WebControls.Table table, string imageName, string message, string testTag = "ErrorInfo" ) : void
table System.Web.UI.WebControls.Table
imageName string
message string
testTag string
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

XafBootstrapErrorInfoControl() public méthode

public XafBootstrapErrorInfoControl ( ) : System
Résultat System