C# 클래스 FileScanner.SearchSummary.TxtDocumentBuilder

상속: IDocumentBuilder
파일 보기 프로젝트 열기: kzemek/FileScanner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
content StringBuilder

공개 메소드들

메소드 설명
AddContextText ( string text, TextStyle style = TextStyle.Normal ) : void
AddReportFooter ( ) : void
AddReportHeader ( Nullable generationTime, String userQuery, IEnumerable searchedLocations ) : void
AddSearchResult ( SearchResult result ) : void
AddSectionHeader ( string text ) : void
AddText ( string text, TextStyle style = TextStyle.Normal ) : void
BeginContextBlock ( ) : void
EndContextBlock ( ) : void
Save ( string filePath ) : void
getCurrentContent ( ) : String

비공개 메소드들

메소드 설명
Append ( String prefix, Object field ) : void

메소드 상세

AddContextText() 공개 메소드

public AddContextText ( string text, TextStyle style = TextStyle.Normal ) : void
text string
style TextStyle
리턴 void

AddReportFooter() 공개 메소드

public AddReportFooter ( ) : void
리턴 void

AddReportHeader() 공개 메소드

public AddReportHeader ( Nullable generationTime, String userQuery, IEnumerable searchedLocations ) : void
generationTime Nullable
userQuery String
searchedLocations IEnumerable
리턴 void

AddSearchResult() 공개 메소드

public AddSearchResult ( SearchResult result ) : void
result SearchResult
리턴 void

AddSectionHeader() 공개 메소드

public AddSectionHeader ( string text ) : void
text string
리턴 void

AddText() 공개 메소드

public AddText ( string text, TextStyle style = TextStyle.Normal ) : void
text string
style TextStyle
리턴 void

BeginContextBlock() 공개 메소드

public BeginContextBlock ( ) : void
리턴 void

EndContextBlock() 공개 메소드

public EndContextBlock ( ) : void
리턴 void

Save() 공개 메소드

public Save ( string filePath ) : void
filePath string
리턴 void

getCurrentContent() 공개 메소드

public getCurrentContent ( ) : String
리턴 String

프로퍼티 상세

content 공개적으로 프로퍼티

public StringBuilder content
리턴 StringBuilder