共用方式為


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

屬性

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

方法

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

適用於