C# Class OperationsDashboardAddIns.TableWidget

Inheritance: System.Windows.Controls.UserControl, IWidget, IDataSourceConsumer
Afficher le fichier Open project: Esri/tableandsearch-opsdashboard-addin

Private Properties

Свойство Type Description
InitializeFeatureActions void
InitializePersistedFeatureActions void
OnSelectionChanged void
PopulateDataGridAsync Task
isValidDataType bool
setUpFeatureGrid void

Méthodes publiques

Méthode Description
Configure ( Window owner, IList dataSources ) : bool
OnActivated ( ) : void
OnDeactivated ( ) : void
OnRefresh ( ESRI dataSource ) : void
OnRemove ( ESRI dataSource ) : void
TableWidget ( ) : System

Private Methods

Méthode Description
InitializeFeatureActions ( ) : void
InitializePersistedFeatureActions ( ) : void
OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
PopulateDataGridAsync ( ) : Task
isValidDataType ( ESRI fieldType ) : bool
setUpFeatureGrid ( ) : void

Method Details

Configure() public méthode

public Configure ( Window owner, IList dataSources ) : bool
owner System.Windows.Window
dataSources IList
Résultat bool

OnActivated() public méthode

public OnActivated ( ) : void
Résultat void

OnDeactivated() public méthode

public OnDeactivated ( ) : void
Résultat void

OnRefresh() public méthode

public OnRefresh ( ESRI dataSource ) : void
dataSource ESRI
Résultat void

OnRemove() public méthode

public OnRemove ( ESRI dataSource ) : void
dataSource ESRI
Résultat void

TableWidget() public méthode

public TableWidget ( ) : System
Résultat System