JsonPatchProperty Class

Metadata for JsonProperty.

Namespace
Microsoft.AspNetCore.JsonPatch
Assemblies
  • Microsoft.AspNetCore.JsonPatch

Syntax

public class JsonPatchProperty
class Microsoft.AspNetCore.JsonPatch.JsonPatchProperty

Constructors

JsonPatchProperty(Newtonsoft.Json.Serialization.JsonProperty, System.Object)

Initializes a new instance.

public JsonPatchProperty(JsonProperty property, object parent)

Properties

Microsoft.AspNetCore.JsonPatch.JsonPatchProperty.Parent

Gets or sets Parent.

Return type:System.Object
public object Parent { get; set; }
Microsoft.AspNetCore.JsonPatch.JsonPatchProperty.Property

Gets or sets JsonProperty.

Return type:Newtonsoft.Json.Serialization.JsonProperty
public JsonProperty Property { get; set; }