Class BindTestViewModel
Inheritance
System.Object
BindTestViewModel
Namespace: ArtOfTest.WebAii.Design.UI.DataSources.ViewModels
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class BindTestViewModel : ViewModelBase
Constructors
BindTestViewModel(Dispatcher)
Declaration
public BindTestViewModel(Dispatcher dispatcher)
Parameters
|
System.Windows.Threading.Dispatcher
dispatcher
|
Properties
ApplyFilterChecked
Declaration
public bool ApplyFilterChecked { get; set; }
Property Value
|
System.Boolean
|
DataBindSources
Declaration
public ObservableCollection<DataSourceItem> DataBindSources { get; set; }
Property Value
|
System.Collections.ObjectModel.ObservableCollection<DataSourceItem>
|
DataInfo
DataTables
Declaration
public ObservableCollection<string> DataTables { get; set; }
Property Value
|
System.Collections.ObjectModel.ObservableCollection<System.String>
|
EndRow
Declaration
public int EndRow { get; set; }
Property Value
|
System.Int32
|
IsAcceessDbDriverPresentAndExcelSelected
Declaration
public bool IsAcceessDbDriverPresentAndExcelSelected { get; set; }
Property Value
|
System.Boolean
|
IsDataCallBusy
Declaration
public bool IsDataCallBusy { get; set; }
Property Value
|
System.Boolean
|
Navigate
PreviewGridItemSource
Declaration
public DataTable PreviewGridItemSource { get; set; }
Property Value
|
System.Data.DataTable
|
SelectedDataSource
SelectedDataTableItem
Declaration
public string SelectedDataTableItem { get; set; }
Property Value
|
System.String
|
StartRow
Declaration
public int StartRow { get; set; }
Property Value
|
System.Int32
|
TableRowsCount
Declaration
public string TableRowsCount { get; set; }
Property Value
|
System.String
|
TableSelectionVisibility
Declaration
public bool TableSelectionVisibility { get; set; }
Property Value
|
System.Boolean
|
Test
TsqlChecked
Declaration
public bool TsqlChecked { get; set; }
Property Value
|
System.Boolean
|
TsqlEditorVisibility
Declaration
public bool TsqlEditorVisibility { get; set; }
Property Value
|
System.Boolean
|
TsqlTextboxText
Declaration
public string TsqlTextboxText { get; set; }
Property Value
|
System.String
|
UpdateRange
Declaration
public ICommand UpdateRange { get; }
Property Value
|
System.Windows.Input.ICommand
|
UpdateTSQLClick
Declaration
public ICommand UpdateTSQLClick { get; }
Property Value
|
System.Windows.Input.ICommand
|
UseTsqlCheckVisibility
Declaration
public bool UseTsqlCheckVisibility { get; set; }
Property Value
|
System.Boolean
|
Events
ButtonStateChanged
Declaration
public event Action<DialogResult, bool> ButtonStateChanged
Event Type
|
System.Action<System.Windows.Forms.DialogResult, System.Boolean>
|