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오류를 기록합니다. |