C# Class ReasonCodeExample.XPathInformation.Workbench.XPathWorkbench

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: uli-weltersbach/XPathInformation Class Usage Examples

Méthodes publiques

Méthode Description
Search ( string xpath ) : IList
UpdateSearchResultText ( ICollection searchResults ) : void

Private Methods

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

Method Details

Search() public méthode

public Search ( string xpath ) : IList
xpath string
Résultat IList

UpdateSearchResultText() public méthode

public UpdateSearchResultText ( ICollection searchResults ) : void
searchResults ICollection
Résultat void