Class AsyncGridItemBox
Interaktionslogik für ItemBox.xaml
Inheritance
System.Object
AsyncGridItemBox
Implements
System.IDisposable
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class AsyncGridItemBox : MSWindow, AsyncItemBox, IDisposable
Constructors
|
Improve this Doc
View Source
AsyncGridItemBox()
Declaration
public AsyncGridItemBox()
Properties
|
Improve this Doc
View Source
ConnectionName
Declaration
public string ConnectionName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DataConnectionString
Declaration
public string DataConnectionString { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ItemBoxName
Declaration
public string ItemBoxName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Placeholders
Declaration
public IDictionary<string, string> Placeholders { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|
|
Improve this Doc
View Source
SearchProfiles
List with all search profiles
Declaration
public IList<SearchProfile> SearchProfiles { get; }
Property Value
|
Improve this Doc
View Source
SelectedItem
Declaration
public object SelectedItem { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
SqlStatement
Declaration
public string SqlStatement { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StartSearch
Declaration
public string StartSearch { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StaticParameter
Declaration
public IList<string> StaticParameter { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Methods
|
Improve this Doc
View Source
AddSearchProfile(SearchProfile)
Declaration
public void AddSearchProfile(SearchProfile SearchProfile)
Parameters
Type |
Name |
Description |
SearchProfile |
SearchProfile |
Search-Profile to add
|
|
Improve this Doc
View Source
ClearPlaceholder()
Clear the list of placeholder
Declaration
public void ClearPlaceholder()
|
Improve this Doc
View Source
Fill(String)
Declaration
public void Fill(string SearchText)
Parameters
Type |
Name |
Description |
System.String |
SearchText |
|
|
Improve this Doc
View Source
GetSelectedItemCell(String)
Get Cell from selected item
Declaration
public object GetSelectedItemCell(string CellName)
Parameters
Type |
Name |
Description |
System.String |
CellName |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
SetDefaultProfile()
Setzt das standardprofil der ItemBox
Declaration
public void SetDefaultProfile()
|
Improve this Doc
View Source
SetPlaceholder(String, String)
Placeholder, which will be used in itemboxes to set constant values
Declaration
public void SetPlaceholder(string placeholder, string value)
Parameters
Type |
Name |
Description |
System.String |
placeholder |
|
System.String |
value |
|
|
Improve this Doc
View Source
SetProfile(SearchProfile, Boolean)
Sets / Display a new Search-Profile
Declaration
public void SetProfile(SearchProfile Profile, bool FillGrid = true)
Parameters
Type |
Name |
Description |
SearchProfile |
Profile |
|
System.Boolean |
FillGrid |
|
|
Improve this Doc
View Source
SetProfile(String)
Set the current active profil eby its user id
Declaration
public void SetProfile(string gridName)
Parameters
Type |
Name |
Description |
System.String |
gridName |
Name of the grid used for the itembox
|
|
Improve this Doc
View Source
SetSettings(String, String)
Declaration
public void SetSettings(string title, string tooltip)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
tooltip |
|
|
Improve this Doc
View Source
ShowDialog()
Declaration
Implements
System.IDisposable