C# 클래스 OperationsDashboardAddIns.TableWidget

상속: System.Windows.Controls.UserControl, IWidget, IDataSourceConsumer
파일 보기 프로젝트 열기: Esri/tableandsearch-opsdashboard-addin

Private Properties

프로퍼티 타입 설명
InitializeFeatureActions void
InitializePersistedFeatureActions void
OnSelectionChanged void
PopulateDataGridAsync Task
isValidDataType bool
setUpFeatureGrid void

공개 메소드들

메소드 설명
Configure ( Window owner, IList dataSources ) : bool
OnActivated ( ) : void
OnDeactivated ( ) : void
OnRefresh ( ESRI dataSource ) : void
OnRemove ( ESRI dataSource ) : void
TableWidget ( ) : System

비공개 메소드들

메소드 설명
InitializeFeatureActions ( ) : void
InitializePersistedFeatureActions ( ) : void
OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
PopulateDataGridAsync ( ) : Task
isValidDataType ( ESRI fieldType ) : bool
setUpFeatureGrid ( ) : void

메소드 상세

Configure() 공개 메소드

public Configure ( Window owner, IList dataSources ) : bool
owner System.Windows.Window
dataSources IList
리턴 bool

OnActivated() 공개 메소드

public OnActivated ( ) : void
리턴 void

OnDeactivated() 공개 메소드

public OnDeactivated ( ) : void
리턴 void

OnRefresh() 공개 메소드

public OnRefresh ( ESRI dataSource ) : void
dataSource ESRI
리턴 void

OnRemove() 공개 메소드

public OnRemove ( ESRI dataSource ) : void
dataSource ESRI
리턴 void

TableWidget() 공개 메소드

public TableWidget ( ) : System
리턴 System