Provides methods to construct a ReportItem object for a Report.
Constructor | Description |
---|---|
ReportItemBuilder | Constructor for an object to build ReportItems representing Issues. |
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. |
Operator | Description |
---|---|
ReportItem | Implicit conversion of ReportItemBuilder to ReportItem. |