C# Class OperationsDashboardAddIns.Config.TableWidgetDialog

Inheritance: System.Windows.Window
Afficher le fichier Open project: Esri/tableandsearch-opsdashboard-addin Class Usage Examples

Méthodes publiques

Méthode Description
TableWidgetDialog ( ) : System
TableWidgetDialog ( DataSource dataSource, IEnumerable selectedFeatureActions, string caption ) : System

Private Methods

Méthode Description
OnOkButtonClick ( object sender, RoutedEventArgs e ) : void
OnSelectionChanged ( object sender, EventArgs e ) : void

Method Details

TableWidgetDialog() public méthode

public TableWidgetDialog ( ) : System
Résultat System

TableWidgetDialog() public méthode

public TableWidgetDialog ( DataSource dataSource, IEnumerable selectedFeatureActions, string caption ) : System
dataSource DataSource
selectedFeatureActions IEnumerable
caption string
Résultat System