OperationBase Class

Syntax

public class OperationBase

GitHub

View on GitHub

class Microsoft.AspNet.JsonPatch.Operations.OperationBase

Constructors

Microsoft.AspNet.JsonPatch.Operations.OperationBase.OperationBase()
public OperationBase()
OperationBase(System.String, System.String, System.String)
Arguments:
  • op (System.String) –
  • path (System.String) –
  • from (System.String) –
public OperationBase(string op, string path, string from)

Properties

OperationType()
Return type:Microsoft.AspNet.JsonPatch.Operations.OperationType
public OperationType OperationType { get; }
from()
Return type:System.String
public string from { get; set; }
op()
Return type:System.String
public string op { get; set; }
path()
Return type:System.String
public string path { get; set; }

Methods

Microsoft.AspNet.JsonPatch.Operations.OperationBase.ShouldSerializefrom()
Return type:System.Boolean
public bool ShouldSerializefrom()