C# Класс mRemoteNG.Tree.NodeSearcher

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CurrentMatchIsTheFirstMatchInTheList bool
CurrentMatchIsTheLastMatchInTheList bool
ResetMatches void

Открытые методы

Метод Описание
NextMatch ( ) : ConnectionInfo
NodeSearcher ( ConnectionTreeModel connectionTreeModel ) : System.Collections.Generic
PreviousMatch ( ) : ConnectionInfo
SearchByName ( string searchText ) : IEnumerable

Приватные методы

Метод Описание
CurrentMatchIsTheFirstMatchInTheList ( ) : bool
CurrentMatchIsTheLastMatchInTheList ( ) : bool
ResetMatches ( ) : void

Описание методов

NextMatch() публичный Метод

public NextMatch ( ) : ConnectionInfo
Результат ConnectionInfo

NodeSearcher() публичный Метод

public NodeSearcher ( ConnectionTreeModel connectionTreeModel ) : System.Collections.Generic
connectionTreeModel ConnectionTreeModel
Результат System.Collections.Generic

PreviousMatch() публичный Метод

public PreviousMatch ( ) : ConnectionInfo
Результат ConnectionInfo

SearchByName() публичный Метод

public SearchByName ( string searchText ) : IEnumerable
searchText string
Результат IEnumerable