Operation<TModel> 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.
generic <typename TModel>
where TModel : classpublic ref class Operation : Microsoft::AspNetCore::JsonPatch::Operations::Operation
public class Operation<TModel> : Microsoft.AspNetCore.JsonPatch.Operations.Operation where TModel : class
type Operation<'Model (requires 'Model : null)> = class
inherit Operation
Public Class Operation(Of TModel)
Inherits Operation
Type Parameters
- TModel
- Inheritance
Constructors
| Name | Description |
|---|---|
| Operation<TModel>() | |
| Operation<TModel>(String, String, String, Object) | |
| Operation<TModel>(String, String, String) | |
Properties
| Name | Description |
|---|---|
| from | (Inherited from OperationBase) |
| op | (Inherited from OperationBase) |
| OperationType | (Inherited from OperationBase) |
| path | (Inherited from OperationBase) |
| value | (Inherited from Operation) |
Methods
| Name | Description |
|---|---|
| Apply(Object, IObjectAdapter) | (Inherited from Operation) |
| Apply(TModel, IObjectAdapter) | |
| ShouldSerializefrom() | (Inherited from OperationBase) |
| ShouldSerializevalue() | (Inherited from Operation) |