Class JsonReport
Serializable container for diagnostic summaries saved to disk.
Inherited Members
Namespace: AutoGroupGenerator
Assembly: Unity.AutoGroupGenerator.Editor.dll
Syntax
[Serializable]
public class JsonReport
Constructors
| Name | Description |
|---|---|
| JsonReport(string, string) | Initializes a new instance of the JsonReport class. |
Fields
| Name | Description |
|---|---|
| Data | Serialized report payload data. |
| Summary | Summary text for the report. |
Methods
| Name | Description |
|---|---|
| SaveJsonReport(Type, string, object) | Saves a JSON report to disk using the reporter name as the filename. |
| SaveJsonReport(Type, string, string, object) | Saves a JSON report to disk with a custom filename. |