Property | Type | Description | |
---|---|---|---|
Initializing | System.Boolean | ||
ToolTip |
Property | Type | Description | |
---|---|---|---|
ATMLControl_Validating | void | ||
InitControl | void | ||
InitializeComponent | void | ||
ResetTextBoxBackColor | void | ||
SetTextBoxDelegate | void |
Method | Description | |
---|---|---|
ATMLControl ( ) : System | ||
Clear ( ) : void | ||
ValidateToSchema ( object item ) : bool |
Method | Description | |
---|---|---|
CheckForErrors ( ICollection controls ) : bool | ||
Clear ( |
||
InitControls ( ) : void | ||
OnError ( object sender, string errorMessage ) : void | ||
RegisterForm ( |
||
UnRegisterForm ( |
Method | Description | |
---|---|---|
ATMLControl_Validating ( object sender, CancelEventArgs e ) : void | ||
InitControl ( |
||
InitializeComponent ( ) : void | ||
ResetTextBoxBackColor ( |
||
SetTextBoxDelegate ( |
protected static CheckForErrors ( ICollection controls ) : bool | ||
controls | ICollection | |
return | bool |
protected Clear ( |
||
controls | ||
return | void |
protected OnError ( object sender, string errorMessage ) : void | ||
sender | object | |
errorMessage | string | |
return | void |
protected RegisterForm ( |
||
form | ||
return | void |
protected UnRegisterForm ( |
||
form | ||
return | void |
public static ValidateToSchema ( object item ) : bool | ||
item | object | |
return | bool |