Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
JsonPatchDocument<TModel> Class
Definition
- Assembly:
- Microsoft.AspNetCore.JsonPatch.SystemTextJson.dll
- Package:
- Microsoft.AspNetCore.JsonPatch.SystemTextJson v10.0.0
- Package:
- Microsoft.AspNetCore.JsonPatch.SystemTextJson v11.0.0-preview.4.26230.115
- Source:
- JsonPatchDocumentOfT.cs
- Source:
- JsonPatchDocumentOfT.cs
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.AspNetCore.JsonPatch.SystemTextJson.Converters.JsonPatchDocumentConverterFactory))]
public class JsonPatchDocument<TModel> : Microsoft.AspNetCore.Http.Metadata.IEndpointParameterMetadataProvider, Microsoft.AspNetCore.JsonPatch.SystemTextJson.IJsonPatchDocument where TModel : class
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.AspNetCore.JsonPatch.SystemTextJson.Converters.JsonPatchDocumentConverterFactory))>]
type JsonPatchDocument<'Model (requires 'Model : null)> = class
interface IJsonPatchDocument
interface IEndpointParameterMetadataProvider
Public Class JsonPatchDocument(Of TModel)
Implements IEndpointParameterMetadataProvider, IJsonPatchDocument
Type Parameters
- TModel
- Inheritance
-
JsonPatchDocument<TModel>
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| JsonPatchDocument<TModel>() | |
| JsonPatchDocument<TModel>(List<Operation<TModel>>, JsonSerializerOptions) | |
Properties
| Name | Description |
|---|---|
| Operations | |
| SerializerOptions | |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IEndpointParameterMetadataProvider.PopulateMetadata(ParameterInfo, EndpointBuilder) |
Populates metadata for the related Endpoint and ParameterInfo. |
| IJsonPatchDocument.GetOperations() | |
Applies to
Feedback
Was this page helpful?
