C# Class ReasonCodeExample.XPathInformation.Workbench.XPathWorkbench

Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: uli-weltersbach/XPathInformation Class Usage Examples

Public Methods

Method Description
Search ( string xpath ) : IList
UpdateSearchResultText ( ICollection searchResults ) : void

Private Methods

Method Description
OnSearchResultClicked ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
XPathWorkbench ( XmlRepository repository, SearchResultFactory searchResultFactory ) : System

Method Details

Search() public method

public Search ( string xpath ) : IList
xpath string
return IList

UpdateSearchResultText() public method

public UpdateSearchResultText ( ICollection searchResults ) : void
searchResults ICollection
return void