logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class RecipeReportMessage

    A single human-readable report message.

    Inheritance
    object
    RecipeReportMessage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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. audioClips).

    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
    Overrides
    object.ToString()
    In this article
    © 2026 Serenity. All Rights Reserved