Class TextReport
Syntax
Constructors
TextReport(String)
Declaration
public TextReport(string packageId)
Parameters
Type |
Name |
Description |
String |
packageId |
|
Properties
FilePath
Declaration
public string FilePath { get; set; }
Property Value
Methods
Append(String)
Declaration
public void Append(string text)
Parameters
Type |
Name |
Description |
String |
text |
|
Clear()
Declaration
GenerateReport(ValidationSuite)
Declaration
public void GenerateReport(ValidationSuite suite)
Parameters
Replace(String, String)
Declaration
public void Replace(string text, string replacement)
Parameters
ReportExists(String)
Declaration
public static bool ReportExists(string packageId)
Parameters
Type |
Name |
Description |
String |
packageId |
|
Returns
ReportPath(String)
Declaration
public static string ReportPath(string packageId)
Parameters
Type |
Name |
Description |
String |
packageId |
|
Returns
Write(String)
Declaration
public void Write(string text)
Parameters
Type |
Name |
Description |
String |
text |
|