Language

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()

適用対象