Search Results for

    Show / Hide Table of Contents

    Class DateTimeValidation

    Inheritance
    System.Object
    DateTimeValidation
    Implements
    IValidable
    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 DateTimeValidation : IValidable

    Constructors

    | Improve this Doc View Source

    DateTimeValidation(SyTextBox)

    Constructor

    Declaration
    public DateTimeValidation(SyTextBox SyTextBox)
    Parameters
    Type Name Description
    SyTextBox SyTextBox

    Properties

    | Improve this Doc View Source

    SyTextBox

    Declaration
    public SyTextBox SyTextBox { get; set; }
    Property Value
    Type Description
    SyTextBox

    Methods

    | Improve this Doc View Source

    HandleValidation(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

    | Improve this Doc View Source

    Remove()

    Remove

    Declaration
    public void Remove()
    | Improve this Doc View Source

    Valid()

    Valid TextBox

    Declaration
    public KeyValuePair<bool, string> Valid()
    Returns
    Type Description
    System.Collections.Generic.KeyValuePair<System.Boolean, System.String>

    Implements

    IValidable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx