Operation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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(String, String, String, Object) | |
Operation(String, String, String) |
属性
from | (继承自 OperationBase) |
op | (继承自 OperationBase) |
OperationType | (继承自 OperationBase) |
path | (继承自 OperationBase) |
value |
方法
Apply(Object, IObjectAdapter) | |
ShouldSerializefrom() | (继承自 OperationBase) |
ShouldSerializevalue() |