Class RecipeReportMessage
A single human-readable report message.
Inherited Members
Namespace: Serenity.ProjectRecipe.Infrastructure.Editor.Reporting
Assembly: Serenity.UnityProjectRecipe.Infrastructure.Editor.dll
Syntax
public sealed class RecipeReportMessage
Constructors
RecipeReportMessage(RecipeReportSeverity, string, string, string)
Creates a report message.
Declaration
public RecipeReportMessage(RecipeReportSeverity severity, string section, string itemId, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| RecipeReportSeverity | severity | |
| string | section | |
| string | itemId | |
| string | message |
Properties
ItemId
Declaration
public string ItemId { get; }
Property Value
| Type | Description |
|---|---|
| string | Item id the message relates to, if any. |
Message
Declaration
public string Message { get; }
Property Value
| Type | Description |
|---|---|
| string | The message text. |
Section
Declaration
public string Section { get; }
Property Value
| Type | Description |
|---|---|
| string | Recipe section the message relates to (e.g. |
Severity
Declaration
public RecipeReportSeverity Severity { get; }
Property Value
| Type | Description |
|---|---|
| RecipeReportSeverity | Severity of the message. |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |