Search Results for

    Show / Hide Table of Contents

    Class LocalizationSelectionProvider

    Inheritance
    System.Object
    LocalizationSelectionProvider
    Implements
    IValueSelectionProvider
    System.IDisposable
    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 LocalizationSelectionProvider : IValueSelectionProvider, IDisposable

    Constructors

    | Improve this Doc View Source

    LocalizationSelectionProvider()

    Declaration
    public LocalizationSelectionProvider()

    Methods

    | Improve this Doc View Source

    DependingLookupTextBoxesChanged(SelectorLookupResult, LookupTextBox)

    Not implemented.

    Declaration
    public void DependingLookupTextBoxesChanged(SelectorLookupResult result, LookupTextBox lookupTextBox)
    Parameters
    Type Name Description
    SelectorLookupResult result
    LookupTextBox lookupTextBox
    | Improve this Doc View Source

    Dispose()

    Not implemented.

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

    Find(Object)

    Gets a result by it's unique identity

    Declaration
    public SelectorLookupResult Find(object identity)
    Parameters
    Type Name Description
    System.Object identity

    Identity of the dataset to query

    Returns
    Type Description
    SelectorLookupResult

    Return an instance of a lookup result

    | Improve this Doc View Source

    Find<T, TResult>(Func<T, TResult>)

    Not implemented.

    Declaration
    public SelectorLookupResult Find<T, TResult>(Func<T, TResult> findDelegate)
    Parameters
    Type Name Description
    System.Func<T, TResult> findDelegate
    Returns
    Type Description
    SelectorLookupResult
    Type Parameters
    Name Description
    T
    TResult
    | Improve this Doc View Source

    InitializeDependingLookupTextBox(LookupTextBox, Object[])

    Declaration
    public void InitializeDependingLookupTextBox(LookupTextBox lookupTextBox, params object[] parameter)
    Parameters
    Type Name Description
    LookupTextBox lookupTextBox
    System.Object[] parameter
    | Improve this Doc View Source

    Search(String)

    Executes a search if the text in the LookupTextBox changed, left or enter was pressed

    Declaration
    public SelectorLookupResult Search(string searchText)
    Parameters
    Type Name Description
    System.String searchText

    Text to search

    Returns
    Type Description
    SelectorLookupResult

    Selector result

    | Improve this Doc View Source

    Show(String)

    Open the ItemBox and execute the search

    Declaration
    public SelectorLookupResult Show(string input)
    Parameters
    Type Name Description
    System.String input

    Default search string for the currnt ItemBox

    Returns
    Type Description
    SelectorLookupResult

    Selector result

    Implements

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