Version: Unity 6.4 Alpha (6000.4)
LanguageEnglish
  • C#

ReportItemBuilder

class in Unity.ProjectAuditor.Editor.Core

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Provides methods to construct a ReportItem object for a Report.

Constructors

Constructor Description
ReportItemBuilder Constructor for an object to build ReportItems representing Issues.

Public Methods

Method Description
WithCustomProperties Initialize all custom properties to the same value.
WithDescription Adds a description string to the ReportItem being built.
WithLocation Adds a Location to the ReportItem being built.
WithLogLevel Adds a LogLevel to the ReportItem being built.
WithSeverity Adds a Severity to the ReportItem being built.

Operators

Operator Description
ReportItemImplicit conversion of ReportItemBuilder to ReportItem.