C# Class System.Web.UI.WebControls.Validation

Show file Open project: shendongnian/code

Public Methods

Method Description
Validation ( )
check_control ( System.Web.UI.WebControls.Control _control ) : bool
fn_validator ( int current_view, int border, Color? color = null, System.Web.UI.WebControls.Panel _panel = null ) : bool

Method Details

Validation() public method

public Validation ( )

check_control() public method

public check_control ( System.Web.UI.WebControls.Control _control ) : bool
_control System.Web.UI.WebControls.Control
return bool

fn_validator() public method

public fn_validator ( int current_view, int border, Color? color = null, System.Web.UI.WebControls.Panel _panel = null ) : bool
current_view int
border int
color Color?
_panel System.Web.UI.WebControls.Panel
return bool