Share via


Operation<TModel> Class

Definition

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
Operation<TModel>

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)

Applies to