共用方式為


JsonPatchDocument<TModel> 建構函式

定義

多載

JsonPatchDocument<TModel>()
JsonPatchDocument<TModel>(List<Operation<TModel>>, IContractResolver)

JsonPatchDocument<TModel>()

來源:
JsonPatchDocumentOfT.cs
來源:
JsonPatchDocumentOfT.cs
來源:
JsonPatchDocumentOfT.cs
來源:
JsonPatchDocumentOfT.cs
來源:
JsonPatchDocumentOfT.cs
來源:
JsonPatchDocumentOfT.cs
來源:
JsonPatchDocumentOfT.cs
來源:
JsonPatchDocumentOfT.cs
public:
 JsonPatchDocument();
public JsonPatchDocument ();
Public Sub New ()

適用於

JsonPatchDocument<TModel>(List<Operation<TModel>>, IContractResolver)

來源:
JsonPatchDocumentOfT.cs
來源:
JsonPatchDocumentOfT.cs
來源:
JsonPatchDocumentOfT.cs
來源:
JsonPatchDocumentOfT.cs
來源:
JsonPatchDocumentOfT.cs
來源:
JsonPatchDocumentOfT.cs
來源:
JsonPatchDocumentOfT.cs
來源:
JsonPatchDocumentOfT.cs
public:
 JsonPatchDocument(System::Collections::Generic::List<Microsoft::AspNetCore::JsonPatch::Operations::Operation<TModel> ^> ^ operations, Newtonsoft::Json::Serialization::IContractResolver ^ contractResolver);
public JsonPatchDocument (System.Collections.Generic.List<Microsoft.AspNetCore.JsonPatch.Operations.Operation<TModel>> operations, Newtonsoft.Json.Serialization.IContractResolver contractResolver);
new Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<'Model (requires 'Model : null)> : System.Collections.Generic.List<Microsoft.AspNetCore.JsonPatch.Operations.Operation<'Model>> * Newtonsoft.Json.Serialization.IContractResolver -> Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<'Model (requires 'Model : null)>
Public Sub New (operations As List(Of Operation(Of TModel)), contractResolver As IContractResolver)

參數

operations
List<Operation<TModel>>
contractResolver
Newtonsoft.Json.Serialization.IContractResolver

適用於