C# Class mRemoteNG.Tree.NodeSearcher

Afficher le fichier Open project: mRemoteNG/mRemoteNG Class Usage Examples

Private Properties

Свойство Type Description
CurrentMatchIsTheFirstMatchInTheList bool
CurrentMatchIsTheLastMatchInTheList bool
ResetMatches void

Méthodes publiques

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

Private Methods

Méthode Description
CurrentMatchIsTheFirstMatchInTheList ( ) : bool
CurrentMatchIsTheLastMatchInTheList ( ) : bool
ResetMatches ( ) : void

Method Details

NextMatch() public méthode

public NextMatch ( ) : ConnectionInfo
Résultat ConnectionInfo

NodeSearcher() public méthode

public NodeSearcher ( ConnectionTreeModel connectionTreeModel ) : System.Collections.Generic
connectionTreeModel ConnectionTreeModel
Résultat System.Collections.Generic

PreviousMatch() public méthode

public PreviousMatch ( ) : ConnectionInfo
Résultat ConnectionInfo

SearchByName() public méthode

public SearchByName ( string searchText ) : IEnumerable
searchText string
Résultat IEnumerable