JsonPatchDocument<TModel> Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
JsonPatchDocument<TModel>() | |
JsonPatchDocument<TModel>(List<Operation<TModel>>, IContractResolver) |
JsonPatchDocument<TModel>()
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
public:
JsonPatchDocument();
public JsonPatchDocument ();
Public Sub New ()
Gilt für:
JsonPatchDocument<TModel>(List<Operation<TModel>>, IContractResolver)
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- JsonPatchDocumentOfT.cs
- Quelle:
- 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)
Parameter
- contractResolver
- Newtonsoft.Json.Serialization.IContractResolver