C# 클래스 SecureDelete.ReportExporter

파일 보기 프로젝트 열기: gratianlup/SecureDelete

공개 메소드들

메소드 설명
ExportAsHtml ( WipeReport report, string path, string style ) : bool
ExportAsText ( WipeReport report, string path ) : bool
ExportAsXml ( WipeReport report, string path ) : bool
GetHtmlString ( WipeReport report, string style ) : string

메소드 상세

ExportAsHtml() 공개 정적인 메소드

public static ExportAsHtml ( WipeReport report, string path, string style ) : bool
report WipeReport
path string
style string
리턴 bool

ExportAsText() 공개 정적인 메소드

public static ExportAsText ( WipeReport report, string path ) : bool
report WipeReport
path string
리턴 bool

ExportAsXml() 공개 정적인 메소드

public static ExportAsXml ( WipeReport report, string path ) : bool
report WipeReport
path string
리턴 bool

GetHtmlString() 공개 정적인 메소드

public static GetHtmlString ( WipeReport report, string style ) : string
report WipeReport
style string
리턴 string