C# 클래스 mRemoteNG.Tree.NodeSearcher

파일 보기 프로젝트 열기: mRemoteNG/mRemoteNG 1 사용 예제들

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