Operation 类

定义

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
继承
Operation
派生

构造函数

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

属性

from (继承自 OperationBase)
op (继承自 OperationBase)
OperationType (继承自 OperationBase)
path (继承自 OperationBase)
value

方法

Apply(Object, IObjectAdapter)
ShouldSerializefrom() (继承自 OperationBase)
ShouldSerializevalue()

适用于