Search Results for

    Show / Hide Table of Contents

    Class SyTextBoxValidation

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

    Constructors

    | Improve this Doc View Source

    SyTextBoxValidation(SyTextBox)

    Constructor

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

    Properties

    | Improve this Doc View Source

    ConnectionName

    Declaration
    public string ConnectionName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ItemBox

    Declaration
    public AsyncItemBox ItemBox { get; set; }
    Property Value
    Type Description
    AsyncItemBox
    | Improve this Doc View Source

    ItemBoxBackgroundValueColumn

    Declaration
    public string ItemBoxBackgroundValueColumn { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ItemBoxReturnColumn

    Declaration
    public string ItemBoxReturnColumn { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OpenItemBoxKey

    The Key for opening the ItemBox, Default is F3

    Declaration
    public Key OpenItemBoxKey { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Key
    | Improve this Doc View Source

    UseAutoComplete

    Autocomplete

    Declaration
    public bool UseAutoComplete { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UseItemBox

    If true, the TextBox uses ItemBox

    Declaration
    public bool UseItemBox { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ValidationString

    Declaration
    public string ValidationString { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Fill(String)

    Fill

    Declaration
    public void Fill(string LookupString)
    Parameters
    Type Name Description
    System.String LookupString
    | Improve this Doc View Source

    GetValidationStatement(String)

    Generate Validation-String

    Declaration
    public string GetValidationStatement(string Parameter)
    Parameters
    Type Name Description
    System.String Parameter
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    HandleValidation(KeyValuePair<Boolean, String>, IList<String>)

    Handle the Validation

    Declaration
    public KeyValuePair<bool, string> HandleValidation(KeyValuePair<bool, string> ValidationResult, IList<string> FoundedResults)
    Parameters
    Type Name Description
    System.Collections.Generic.KeyValuePair<System.Boolean, System.String> ValidationResult

    Result

    System.Collections.Generic.IList<System.String> FoundedResults
    Returns
    Type Description
    System.Collections.Generic.KeyValuePair<System.Boolean, System.String>
    | Improve this Doc View Source

    Remove()

    Remove

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

    SelectByItemBox(String)

    Show the Current ItemBox

    Declaration
    public void SelectByItemBox(string Search = "")
    Parameters
    Type Name Description
    System.String Search
    | Improve this Doc View Source

    SetFillStatement(String)

    Fill-Statement

    Declaration
    public void SetFillStatement(string FillStatement)
    Parameters
    Type Name Description
    System.String FillStatement
    | Improve this Doc View Source

    SetValidationStatement(String)

    Set Validation

    Declaration
    public void SetValidationStatement(string ValidationString)
    Parameters
    Type Name Description
    System.String ValidationString
    | 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