Class TimeValidation
Inheritance
System.Object
TimeValidation
Implements
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 TimeValidation : IValidable
Constructors
| Improve this Doc View SourceTimeValidation(SyTextBox)
Constructor
Declaration
public TimeValidation(SyTextBox SyTextBox)
Parameters
Type | Name | Description |
---|---|---|
SyTextBox | SyTextBox |
Properties
| Improve this Doc View SourceSyTextBox
Declaration
public SyTextBox SyTextBox { get; set; }
Property Value
Type | Description |
---|---|
SyTextBox |
Methods
| Improve this Doc View SourceHandleValidation(KeyValuePair<Boolean, String>)
Handle the Validation
Declaration
public void HandleValidation(KeyValuePair<bool, string> ValidationResult)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.KeyValuePair<System.Boolean, System.String> | ValidationResult | Result |
Remove()
Remove
Declaration
public void Remove()
Valid()
Valid TextBox
Declaration
public KeyValuePair<bool, string> Valid()
Returns
Type | Description |
---|---|
System.Collections.Generic.KeyValuePair<System.Boolean, System.String> |