C# 클래스 OperationsDashboardAddIns.Config.SearchFADialog

Configuration dialog for the search nearby tool
상속: System.Windows.Window, IDataErrorInfo
파일 보기 프로젝트 열기: Esri/table-searchnearby-zoom 1 사용 예제들

공개 메소드들

메소드 설명
SearchFADialog ( ) : System
SearchFADialog ( DataSource targetDataSource, int BufferDistance, LinearUnit BufferUnit ) : System
this ( string columnName ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

SearchFADialog() 공개 메소드

public SearchFADialog ( ) : System
리턴 System

SearchFADialog() 공개 메소드

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

this() 공개 메소드

public this ( string columnName ) : string
columnName string
리턴 string