Operation Class

Definition

public ref class Operation : Microsoft::AspNetCore::JsonPatch::Operations::OperationBase
public class Operation : Microsoft.AspNetCore.JsonPatch.Operations.OperationBase
type Operation = class
    inherit OperationBase
Public Class Operation
Inherits OperationBase
Inheritance
Operation
Derived

Constructors

Operation()
Operation(String, String, String)
Operation(String, String, String, Object)

Properties

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

Methods

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

Applies to