C# Class SecureDelete.ReportExporter

Afficher le fichier Open project: gratianlup/SecureDelete

Méthodes publiques

Méthode 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 méthode

public static ExportAsHtml ( WipeReport report, string path, string style ) : bool
report WipeReport
path string
style string
Résultat bool

ExportAsText() public static méthode

public static ExportAsText ( WipeReport report, string path ) : bool
report WipeReport
path string
Résultat bool

ExportAsXml() public static méthode

public static ExportAsXml ( WipeReport report, string path ) : bool
report WipeReport
path string
Résultat bool

GetHtmlString() public static méthode

public static GetHtmlString ( WipeReport report, string style ) : string
report WipeReport
style string
Résultat string