C# Class SecureDelete.ReportExporter

Mostrar archivo Open project: gratianlup/SecureDelete

Public Methods

Method Description
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

Method Details

ExportAsHtml() public static method

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

ExportAsText() public static method

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

ExportAsXml() public static method

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

GetHtmlString() public static method

public static GetHtmlString ( WipeReport report, string style ) : string
report WipeReport
style string
return string