IJsonPatchDocument Interface

Syntax

public interface IJsonPatchDocument

GitHub

View on GitHub

interface Microsoft.AspNet.JsonPatch.IJsonPatchDocument

Properties

ContractResolver()
Return type:IContractResolver
IContractResolver ContractResolver { get; set; }

Methods

Microsoft.AspNet.JsonPatch.IJsonPatchDocument.GetOperations()
Return type:System.Collections.Generic.List{Microsoft.AspNet.JsonPatch.Operations.Operation}
List<Operation> GetOperations()