C# Class ATMLCommonLibrary.controls.validators.BaseValidator

Inheritance: System.ComponentModel.Component
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
_controlToValidate System.Windows.Forms.Control
_errorMessage string
_icon System.Drawing.Icon
_initialValue string
_isValid bool

Private Properties

Property Type Description
ControlToValidate_Validating void

Protected Methods

Method Description
Validate ( ) : bool

Private Methods

Method Description
ControlToValidate_Validating ( object sender, CancelEventArgs e ) : void

Method Details

Validate() protected method

protected Validate ( ) : bool
return bool

Property Details

_controlToValidate protected_oe property

protected Control,System.Windows.Forms _controlToValidate
return System.Windows.Forms.Control

_errorMessage protected_oe property

protected string _errorMessage
return string

_icon protected_oe property

protected Icon,System.Drawing _icon
return System.Drawing.Icon

_initialValue protected_oe property

protected string _initialValue
return string

_isValid protected_oe property

protected bool _isValid
return bool