JsonPatchDocument<TModel> Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Tür Parametreleri
- TModel
- Devralma
-
JsonPatchDocument<TModel>
- Öznitelikler
-
Newtonsoft.Json.JsonConverterAttribute
- Uygulamalar
Oluşturucular
JsonPatchDocument<TModel>() | |
JsonPatchDocument<TModel>(List<Operation<TModel>>, IContractResolver) |
Özellikler
ContractResolver | |
Operations |
Yöntemler
Belirtik Arabirim Kullanımları
IJsonPatchDocument.GetOperations() |
Uzantı Metotları
ApplyTo<T>(JsonPatchDocument<T>, T, ModelStateDictionary) |
Nesneye JSON düzeltme eki işlemleri uygular ve içindeki ModelStateDictionaryhataları günlüğe kaydeder. |
ApplyTo<T>(JsonPatchDocument<T>, T, ModelStateDictionary, String) |
Nesneye JSON düzeltme eki işlemleri uygular ve içindeki ModelStateDictionaryhataları günlüğe kaydeder. |