C# Class ATMLCommonLibrary.controls.ATMLControl

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
Initializing System.Boolean
ToolTip System.Windows.Forms.ToolTip

Private Properties

Property Type Description
ATMLControl_Validating void
InitControl void
InitializeComponent void
ResetTextBoxBackColor void
SetTextBoxDelegate void

Public Methods

Method Description
ATMLControl ( ) : System
Clear ( ) : void
ValidateToSchema ( object item ) : bool

Protected Methods

Method Description
CheckForErrors ( ICollection controls ) : bool
Clear ( ControlCollection controls ) : void
InitControls ( ) : void
OnError ( object sender, string errorMessage ) : void
RegisterForm ( Form form ) : void
UnRegisterForm ( Form form ) : void

Private Methods

Method Description
ATMLControl_Validating ( object sender, CancelEventArgs e ) : void
InitControl ( Control ctrl ) : void
InitializeComponent ( ) : void
ResetTextBoxBackColor ( Control control ) : void
SetTextBoxDelegate ( Control ctrl ) : void

Method Details

ATMLControl() public method

public ATMLControl ( ) : System
return System

CheckForErrors() protected static method

protected static CheckForErrors ( ICollection controls ) : bool
controls ICollection
return bool

Clear() public method

public Clear ( ) : void
return void

Clear() protected method

protected Clear ( ControlCollection controls ) : void
controls System.Windows.Forms.ControlCollection
return void

InitControls() protected method

protected InitControls ( ) : void
return void

OnError() protected method

protected OnError ( object sender, string errorMessage ) : void
sender object
errorMessage string
return void

RegisterForm() protected method

protected RegisterForm ( Form form ) : void
form System.Windows.Forms.Form
return void

UnRegisterForm() protected method

protected UnRegisterForm ( Form form ) : void
form System.Windows.Forms.Form
return void

ValidateToSchema() public static method

public static ValidateToSchema ( object item ) : bool
item object
return bool

Property Details

Initializing protected_oe property

protected Boolean,System Initializing
return System.Boolean

ToolTip protected_oe property

protected ToolTip,System.Windows.Forms ToolTip
return System.Windows.Forms.ToolTip