共用方式為


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)
Operation(String, String, String, Object)

屬性

from (繼承來源 OperationBase)
op (繼承來源 OperationBase)
OperationType (繼承來源 OperationBase)
path (繼承來源 OperationBase)
value

方法

Apply(Object, IObjectAdapter)
ShouldSerializefrom() (繼承來源 OperationBase)
ShouldSerializevalue()

適用於