C# 클래스 FileScanner.Search

파일 보기 프로젝트 열기: kzemek/FileScanner

공개 메소드들

메소드 설명
ExportResults ( ) : void
IsMatch ( ) : bool
Search ( string searchFile, string searchPhrase ) : System
SearchResult ( ) : string

비공개 메소드들

메소드 설명
BuildResults ( IEnumerable matches ) : string

Generates human-readable format of matches.

BuildSearchSummary ( ) : List
FindMatches ( StreamReader streamReader, IEnumerable phrases ) : void
GenerateSearchSummary ( List searchResults ) : void
GetParsedFileStream ( IParseStrategy parseStrategy ) : StreamReader
GetPhrases ( ) : IEnumerable
PersistResults ( System.DateTime startDate, System.DateTime endDate, IEnumerable phrases ) : void

메소드 상세

ExportResults() 공개 메소드

public ExportResults ( ) : void
리턴 void

IsMatch() 공개 메소드

public IsMatch ( ) : bool
리턴 bool

Search() 공개 메소드

public Search ( string searchFile, string searchPhrase ) : System
searchFile string
searchPhrase string
리턴 System

SearchResult() 공개 메소드

public SearchResult ( ) : string
리턴 string