Class LocalizationSelectionProvider
Inheritance
System.Object
    LocalizationSelectionProvider
  Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class LocalizationSelectionProvider : object, IValueSelectionProvider
  Constructors
| Improve this Doc View SourceLocalizationSelectionProvider()
Declaration
public LocalizationSelectionProvider()
  Methods
| Improve this Doc View SourceDependingLookupTextBoxesChanged(SelectorLookupResult, LookupTextBox)
Not implemented.
Declaration
public void DependingLookupTextBoxesChanged(SelectorLookupResult result, LookupTextBox lookupTextBox)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SelectorLookupResult | result | |
| LookupTextBox | lookupTextBox | 
Dispose()
Not implemented.
Declaration
public void Dispose()
  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  | 
      
Find<T, TResult>(Func<T, TResult>)
Not implemented.
Declaration
public SelectorLookupResult Find<T, TResult>(Func<T, TResult> findDelegate)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Func<T, TResult> | findDelegate | 
Returns
| Type | Description | 
|---|---|
| SelectorLookupResult | 
Type Parameters
| Name | Description | 
|---|---|
| T | |
| TResult | 
InitializeDependingLookupTextBox(LookupTextBox, Object[])
Declaration
public void InitializeDependingLookupTextBox(LookupTextBox lookupTextBox, params object[] parameter)
  Parameters
| Type | Name | Description | 
|---|---|---|
| LookupTextBox | lookupTextBox | |
| System.Object[] | parameter | 
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  | 
      
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
      IDisposable