Search Results for

    Show / Hide Table of Contents

    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 Source

    ValidationGroup()

    Declaration
    public ValidationGroup()

    Methods

    | Improve this Doc View Source

    AddTextBox(DateTimeControl, Boolean)

    Declaration
    public void AddTextBox(DateTimeControl DateTimeControl, bool AllowEmpty = false)
    Parameters
    Type Name Description
    DateTimeControl DateTimeControl
    System.Boolean AllowEmpty
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    Check()

    Check all Sybase Textboxes

    Declaration
    public bool Check()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RemoveTextBox(DateTimeControl)

    Declaration
    public void RemoveTextBox(DateTimeControl DateTimeControl)
    Parameters
    Type Name Description
    DateTimeControl DateTimeControl
    | Improve this Doc View Source

    RemoveTextBox(SyTextBox)

    Declaration
    public void RemoveTextBox(SyTextBox TextBox)
    Parameters
    Type Name Description
    SyTextBox TextBox
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx