C# Класс OperationsDashboardAddIns.Config.SearchNearbyFeatureActionDialog

Configuration dialog for the search nearby tool
Наследование: System.Windows.Window, IDataErrorInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SearchNearbyFeatureActionDialog ( ) : System.Collections.Generic
SearchNearbyFeatureActionDialog ( string targetDataSourceId, int BufferDistance, LinearUnit BufferUnit ) : System.Collections.Generic
this ( string columnName ) : string

Приватные методы

Метод Описание
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

Описание методов

SearchNearbyFeatureActionDialog() публичный Метод

public SearchNearbyFeatureActionDialog ( ) : System.Collections.Generic
Результат System.Collections.Generic

SearchNearbyFeatureActionDialog() публичный Метод

public SearchNearbyFeatureActionDialog ( string targetDataSourceId, int BufferDistance, LinearUnit BufferUnit ) : System.Collections.Generic
targetDataSourceId string
BufferDistance int
BufferUnit LinearUnit
Результат System.Collections.Generic

this() публичный Метод

public this ( string columnName ) : string
columnName string
Результат string