Operation<TModel> 类

定义

generic <typename TModel>
 where TModel : classpublic ref class Operation : Microsoft::AspNetCore::JsonPatch::Operations::Operation
public class Operation<TModel> : Microsoft.AspNetCore.JsonPatch.Operations.Operation where TModel : class
type Operation<'Model (requires 'Model : null)> = class
    inherit Operation
Public Class Operation(Of TModel)
Inherits Operation

类型参数

TModel
继承
Operation<TModel>

构造函数

Operation<TModel>()
Operation<TModel>(String, String, String, Object)
Operation<TModel>(String, String, String)

属性

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

方法

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

适用于