Operation Class

Syntax

public class Operation : OperationBase

GitHub

View on GitHub

class Microsoft.AspNet.JsonPatch.Operations.Operation

Constructors

Microsoft.AspNet.JsonPatch.Operations.Operation.Operation()
public Operation()
Operation(System.String, System.String, System.String)
Arguments:
  • op (System.String) –
  • path (System.String) –
  • from (System.String) –
public Operation(string op, string path, string from)
Operation(System.String, System.String, System.String, System.Object)
Arguments:
  • op (System.String) –
  • path (System.String) –
  • from (System.String) –
  • value (System.Object) –
public Operation(string op, string path, string from, object value)

Properties

value()
Return type:System.Object
public object value { get; set; }