C# Class XAF_Bootstrap.Controls.XafBootstrapErrorInfoControl

Inheritance: System.Web.UI.WebControls.Panel
显示文件 Open project: Terricks/XAFBootstrap

Private Properties

Property Type Description
HandleValidExc void
checkbox_CheckedChanged void

Public Methods

Method Description
XafBootstrapErrorInfoControl ( ) : System

Protected Methods

Method 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

Method Description
HandleValidExc ( ValidationException exc ) : void
checkbox_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

AddError() protected method

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
return void

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

XafBootstrapErrorInfoControl() public method

public XafBootstrapErrorInfoControl ( ) : System
return System