JsonPatchOperationsArrayProvider Class
Definition
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.
Implements a provider of ApiDescription to change parameters of type IJsonPatchDocument to an array of Operation.
public ref class JsonPatchOperationsArrayProvider : Microsoft::AspNetCore::Mvc::ApiExplorer::IApiDescriptionProvider
public class JsonPatchOperationsArrayProvider : Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionProvider
type JsonPatchOperationsArrayProvider = class
interface IApiDescriptionProvider
Public Class JsonPatchOperationsArrayProvider
Implements IApiDescriptionProvider
- Inheritance
-
JsonPatchOperationsArrayProvider
- Implements
Constructors
JsonPatchOperationsArrayProvider(IModelMetadataProvider) |
Creates a new instance of JsonPatchOperationsArrayProvider. |
Properties
Order |
Gets the order value for determining the order of execution of providers. Providers execute in ascending numeric value of the Order property. |
Methods
OnProvidersExecuted(ApiDescriptionProviderContext) |
Called after IApiDescriptionProvider implementations with higher Order values have been called. |
OnProvidersExecuting(ApiDescriptionProviderContext) |
Creates or modifies ApiDescriptions. |