C# Class OperationsDashboardAddIns.Config.SearchNearbyFeatureActionDialog

Configuration dialog for the search nearby tool
Inheritance: System.Windows.Window, IDataErrorInfo
Show file Open project: Esri/tableandsearch-opsdashboard-addin Class Usage Examples

Public Methods

Method Description
SearchNearbyFeatureActionDialog ( ) : System.Collections.Generic
SearchNearbyFeatureActionDialog ( string targetDataSourceId, int BufferDistance, LinearUnit BufferUnit ) : System.Collections.Generic
this ( string columnName ) : string

Private Methods

Method Description
GetSelectableMapDataSources ( ) : List
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

OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
getDataSourceName ( string selectionName ) : string
txtDistance_DataError ( object sender, System e ) : void

Handle when data in the distance text box has error

Method Details

SearchNearbyFeatureActionDialog() public method

public SearchNearbyFeatureActionDialog ( ) : System.Collections.Generic
return System.Collections.Generic

SearchNearbyFeatureActionDialog() public method

public SearchNearbyFeatureActionDialog ( string targetDataSourceId, int BufferDistance, LinearUnit BufferUnit ) : System.Collections.Generic
targetDataSourceId string
BufferDistance int
BufferUnit LinearUnit
return System.Collections.Generic

this() public method

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