Class TextReport
Assembly: Unity.PackageValidationSuite.Editor.dll
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 |
|