C# Class OperationsDashboardAddIns.Config.SearchFADialog

Configuration dialog for the search nearby tool
Inheritance: System.Windows.Window, IDataErrorInfo
ファイルを表示 Open project: Esri/table-searchnearby-zoom Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public SearchFADialog ( ) : System
return System

SearchFADialog() public method

public SearchFADialog ( DataSource targetDataSource, int BufferDistance, LinearUnit BufferUnit ) : System
targetDataSource DataSource
BufferDistance int
BufferUnit LinearUnit
return System

this() public method

public this ( string columnName ) : string
columnName string
return string