Operation<TModel> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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>(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) |