Search Results for

    Show / Hide Table of Contents
    View Source

    Class JsonPatchService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.ManagementApi.Services
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class JsonPatchService : IJsonPatchService

    Constructors

    View Source

    JsonPatchService(ISystemTextJsonSerializer)

    Declaration
    public JsonPatchService(ISystemTextJsonSerializer systemTextJsonSerializer)
    Parameters
    Type Name Description
    ISystemTextJsonSerializer systemTextJsonSerializer

    Methods

    View Source

    Patch(JsonPatchViewModel[], Object)

    Declaration
    public PatchResult? Patch(JsonPatchViewModel[] patchViewModel, object objectToPatch)
    Parameters
    Type Name Description
    JsonPatchViewModel[] patchViewModel
    System.Object objectToPatch
    Returns
    Type Description
    System.Nullable<PatchResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • JsonPatchService(ISystemTextJsonSerializer)
    • Methods
      • Patch(JsonPatchViewModel[], Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX