JsonPatchDocument<TModel> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
generic <typename TModel>
where TModel : classpublic ref class JsonPatchDocument : Microsoft::AspNetCore::JsonPatch::IJsonPatchDocument
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.AspNetCore.JsonPatch.Converters.TypedJsonPatchDocumentConverter))]
public class JsonPatchDocument<TModel> : Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument where TModel : class
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.AspNetCore.JsonPatch.Converters.TypedJsonPatchDocumentConverter))>]
type JsonPatchDocument<'Model (requires 'Model : null)> = class
interface IJsonPatchDocument
Public Class JsonPatchDocument(Of TModel)
Implements IJsonPatchDocument
類型參數
- TModel
- 繼承
-
JsonPatchDocument<TModel>
- 屬性
-
Newtonsoft.Json.JsonConverterAttribute
- 實作
建構函式
JsonPatchDocument<TModel>() | |
JsonPatchDocument<TModel>(List<Operation<TModel>>, IContractResolver) |
屬性
ContractResolver | |
Operations |
方法
明確介面實作
IJsonPatchDocument.GetOperations() |
擴充方法
ApplyTo<T>(JsonPatchDocument<T>, T, ModelStateDictionary) |
在 物件上套用 JSON 修補作業,並在 中 ModelStateDictionary 記錄錯誤。 |
ApplyTo<T>(JsonPatchDocument<T>, T, ModelStateDictionary, String) |
在 物件上套用 JSON 修補作業,並在 中 ModelStateDictionary 記錄錯誤。 |