C# Class OperationsDashboardAddIns.Config.TableWidgetDialog

Inheritance: System.Windows.Window
Datei anzeigen Open project: Esri/tableandsearch-opsdashboard-addin Class Usage Examples

Public Methods

Method Description
TableWidgetDialog ( ) : System
TableWidgetDialog ( DataSource dataSource, IEnumerable selectedFeatureActions, string caption ) : System

Private Methods

Method Description
OnOkButtonClick ( object sender, RoutedEventArgs e ) : void
OnSelectionChanged ( object sender, EventArgs e ) : void

Method Details

TableWidgetDialog() public method

public TableWidgetDialog ( ) : System
return System

TableWidgetDialog() public method

public TableWidgetDialog ( DataSource dataSource, IEnumerable selectedFeatureActions, string caption ) : System
dataSource DataSource
selectedFeatureActions IEnumerable
caption string
return System