C# 클래스 ReasonCodeExample.XPathInformation.Workbench.XPathWorkbench

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: uli-weltersbach/XPathInformation 1 사용 예제들

공개 메소드들

메소드 설명
Search ( string xpath ) : IList
UpdateSearchResultText ( ICollection searchResults ) : void

비공개 메소드들

메소드 설명
OnSearchResultClicked ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
XPathWorkbench ( XmlRepository repository, SearchResultFactory searchResultFactory ) : System

메소드 상세

Search() 공개 메소드

public Search ( string xpath ) : IList
xpath string
리턴 IList

UpdateSearchResultText() 공개 메소드

public UpdateSearchResultText ( ICollection searchResults ) : void
searchResults ICollection
리턴 void