Class ValidationGroup
Inheritance
System.Object
ValidationGroup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class ValidationGroup
Constructors
| Improve this Doc View SourceValidationGroup()
Declaration
public ValidationGroup()
Methods
| Improve this Doc View SourceAddTextBox(DateTimeControl, Boolean)
Declaration
public void AddTextBox(DateTimeControl DateTimeControl, bool AllowEmpty = false)
Parameters
Type | Name | Description |
---|---|---|
DateTimeControl | DateTimeControl | |
System.Boolean | AllowEmpty |
AddTextBox(SyTextBox, Boolean)
Add Control to check
Declaration
public void AddTextBox(SyTextBox TextBox, bool AllowEmpty = false)
Parameters
Type | Name | Description |
---|---|---|
SyTextBox | TextBox | |
System.Boolean | AllowEmpty |
Check()
Check all Sybase Textboxes
Declaration
public bool Check()
Returns
Type | Description |
---|---|
System.Boolean |
RemoveTextBox(DateTimeControl)
Declaration
public void RemoveTextBox(DateTimeControl DateTimeControl)
Parameters
Type | Name | Description |
---|---|---|
DateTimeControl | DateTimeControl |
RemoveTextBox(SyTextBox)
Declaration
public void RemoveTextBox(SyTextBox TextBox)
Parameters
Type | Name | Description |
---|---|---|
SyTextBox | TextBox |