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

Operation<TModel>()
Operation<TModel>(String, String, String)
Operation<TModel>(String, String, String, Object)

Properties

from (Inherited from OperationBase)
op (Inherited from OperationBase)
OperationType (Inherited from OperationBase)
path (Inherited from OperationBase)
value (Inherited from Operation)

Methods

Apply(Object, IObjectAdapter) (Inherited from Operation)
Apply(TModel, IObjectAdapter)
ShouldSerializefrom() (Inherited from OperationBase)
ShouldSerializevalue() (Inherited from Operation)

Applies to