C# Class OperationsDashboardAddIns.Config.SearchFADialog

Configuration dialog for the search nearby tool
Inheritance: System.Windows.Window, IDataErrorInfo
Afficher le fichier Open project: Esri/table-searchnearby-zoom Class Usage Examples

Méthodes publiques

Méthode Description
SearchFADialog ( ) : System
SearchFADialog ( DataSource targetDataSource, int BufferDistance, LinearUnit BufferUnit ) : System
this ( string columnName ) : string

Private Methods

Méthode Description
DSSelector_SelectionChanged ( object sender, EventArgs e ) : void
OK_CanExecute ( object sender, System e ) : void

Check if the OK button's command can be executed

OK_HasExecuted ( object sender, System e ) : void

Handle when OK button's command has been executed

txtDistance_DataError ( object sender, System e ) : void

Handle when data in the distance text box has error

Method Details

SearchFADialog() public méthode

public SearchFADialog ( ) : System
Résultat System

SearchFADialog() public méthode

public SearchFADialog ( DataSource targetDataSource, int BufferDistance, LinearUnit BufferUnit ) : System
targetDataSource DataSource
BufferDistance int
BufferUnit LinearUnit
Résultat System

this() public méthode

public this ( string columnName ) : string
columnName string
Résultat string