Lenguaje

Operation Clase

Definición

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
Herencia
Operation
Derivado

Constructores

Nombre Description
Operation()
Operation(String, String, String, Object)
Operation(String, String, String)

Propiedades

Nombre Description
from (Heredado de OperationBase)
op (Heredado de OperationBase)
OperationType (Heredado de OperationBase)
path (Heredado de OperationBase)
value

Métodos

Nombre Description
Apply(Object, IObjectAdapter)
ShouldSerializefrom() (Heredado de OperationBase)
ShouldSerializevalue()

Se aplica a