Search Results for

    Show / Hide Table of Contents

    Class SyDropDownBox

    ComboBox which can be confugired over the database

    Inheritance
    System.Object
    SyDropDownBox
    Implements
    IValueBinding
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class SyDropDownBox : ComboBox, IValueBinding

    Constructors

    | Improve this Doc View Source

    SyDropDownBox()

    Constructor

    Declaration
    public SyDropDownBox()

    Properties

    | Improve this Doc View Source

    BoxName

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

    SelectedBackgroundValue

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

    ValueBindingPropertyName

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

    Methods

    | Improve this Doc View Source

    AddParent(SyDropDownBox)

    Fügt ein Parent-Combobox(SyDropDownBox) hinzu. Dies ist für die Mehrfachauswahl, bzw. für die Auswahl von Abhängigen Daten geeignet.

    Declaration
    public void AddParent(SyDropDownBox ParentComboBox)
    Parameters
    Type Name Description
    SyDropDownBox ParentComboBox

    Instanz einer SyDropDownBox

    | Improve this Doc View Source

    GetBindingValue()

    Declaration
    public object GetBindingValue()
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    OnSelectionChanged(SelectionChangedEventArgs)

    Own handling of OnSelectionChanged

    Declaration
    protected override void OnSelectionChanged(SelectionChangedEventArgs e)
    Parameters
    Type Name Description
    SelectionChangedEventArgs e
    | Improve this Doc View Source

    RemoveParent(SyDropDownBox)

    Entfernt eine Parent-ComboBox

    Declaration
    public void RemoveParent(SyDropDownBox ParentComboBox)
    Parameters
    Type Name Description
    SyDropDownBox ParentComboBox

    Instanz einer SyDropDownBox

    | Improve this Doc View Source

    Reset()

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

    SetBindingValue(Object)

    Declaration
    public void SetBindingValue(object Binding)
    Parameters
    Type Name Description
    System.Object Binding
    | Improve this Doc View Source

    SetConfig(String, String, String)

    Set Config

    Declaration
    public void SetConfig(string BoxName, string ConnectionName, string Parameter = "")
    Parameters
    Type Name Description
    System.String BoxName

    Configuration Name

    System.String ConnectionName

    Connection Name

    System.String Parameter

    Implements

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