Class ProductCatalogEditor.ExporterValidationResults
Exporters return an instance of ExporterValidationResults to indicate whether a ProductCatalog or ProductCatalogItem can be correctly exported.
Inherited Members
Namespace: UnityEditor.Purchasing
Assembly: solution.dll
Syntax
public class ProductCatalogEditor.ExporterValidationResults
Fields
| Name | Description |
|---|---|
| errors | The list of errors. |
| fieldErrors | The dictionary of field errors. |
| warnings | The list of warnings. |
Properties
| Name | Description |
|---|---|
| Valid | Property that checks if the export results are valid. |