logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class RewriteResult

    Outcome of one Rewrite(string, IReadOnlyList<MemberPatch>) call — all-or-nothing: on refusal RewrittenText is null and RefusalReason explains why nothing was changed.

    Inheritance
    object
    RewriteResult
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.ServiceExtensionCreator.Editor
    Assembly: Serenity.ServiceExtensionCreator.Editor.dll
    Syntax
    public sealed class RewriteResult

    Constructors

    RewriteResult()

    Declaration
    public RewriteResult()

    Fields

    RefusalReason

    Declaration
    public string RefusalReason
    Field Value
    Type Description
    string

    RewrittenText

    Declaration
    public string RewrittenText
    Field Value
    Type Description
    string

    Success

    Declaration
    public bool Success
    Field Value
    Type Description
    bool

    VirtualizedMembers

    Declaration
    public IReadOnlyList<string> VirtualizedMembers
    Field Value
    Type Description
    IReadOnlyList<string>
    In this article
    © 2026 Serenity. All Rights Reserved