C# Class mRemoteNG.Tree.NodeSearcher

Exibir arquivo Open project: mRemoteNG/mRemoteNG Class Usage Examples

Private Properties

Property Type Description
CurrentMatchIsTheFirstMatchInTheList bool
CurrentMatchIsTheLastMatchInTheList bool
ResetMatches void

Public Methods

Method Description
NextMatch ( ) : ConnectionInfo
NodeSearcher ( ConnectionTreeModel connectionTreeModel ) : System.Collections.Generic
PreviousMatch ( ) : ConnectionInfo
SearchByName ( string searchText ) : IEnumerable

Private Methods

Method Description
CurrentMatchIsTheFirstMatchInTheList ( ) : bool
CurrentMatchIsTheLastMatchInTheList ( ) : bool
ResetMatches ( ) : void

Method Details

NextMatch() public method

public NextMatch ( ) : ConnectionInfo
return ConnectionInfo

NodeSearcher() public method

public NodeSearcher ( ConnectionTreeModel connectionTreeModel ) : System.Collections.Generic
connectionTreeModel ConnectionTreeModel
return System.Collections.Generic

PreviousMatch() public method

public PreviousMatch ( ) : ConnectionInfo
return ConnectionInfo

SearchByName() public method

public SearchByName ( string searchText ) : IEnumerable
searchText string
return IEnumerable