Interface IValidable
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public interface IValidable
  Methods
| Improve this Doc View SourceRemove()
Remove Validation
Declaration
void Remove()
  Valid()
Valid TextBox
Declaration
KeyValuePair<bool, string> Valid()
  Returns
| Type | Description | 
|---|---|
| KeyValuePair<System.Boolean, System.String> |