Search Results for

    Show / Hide Table of Contents

    Interface AsyncItemBox

    Interface which must be implemented in itemboxes

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public interface AsyncItemBox : IDisposable

    Properties

    | Improve this Doc View Source

    ConnectionName

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

    DataConnectionString

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

    ItemBoxName

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

    SelectedItem

    Declaration
    object SelectedItem { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    SqlStatement

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

    StartSearch

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

    StaticParameter

    Declaration
    IList<string> StaticParameter { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>

    Methods

    | Improve this Doc View Source

    AddSearchProfile(SearchProfile)

    Declaration
    void AddSearchProfile(SearchProfile SearchProfile)
    Parameters
    Type Name Description
    SearchProfile SearchProfile
    | Improve this Doc View Source

    GetSelectedItemCell(String)

    Declaration
    object GetSelectedItemCell(string CellName)
    Parameters
    Type Name Description
    System.String CellName
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    SetDefaultProfile()

    Declaration
    void SetDefaultProfile()
    | Improve this Doc View Source

    SetProfile(String)

    Declaration
    void SetProfile(string gridName)
    Parameters
    Type Name Description
    System.String gridName
    | Improve this Doc View Source

    SetSettings(String, String)

    Declaration
    void SetSettings(string Title, string Tooltip)
    Parameters
    Type Name Description
    System.String Title
    System.String Tooltip
    | Improve this Doc View Source

    ShowDialog()

    Declaration
    void ShowDialog()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx