JsonPatchExtensions クラス

定義

JsonPatchDocument<TModel> の拡張機能

public ref class JsonPatchExtensions abstract sealed
public static class JsonPatchExtensions
type JsonPatchExtensions = class
Public Module JsonPatchExtensions
継承
JsonPatchExtensions

メソッド

ApplyTo<T>(JsonPatchDocument<T>, T, ModelStateDictionary)

オブジェクトに JSON パッチ操作を適用し、 のエラーをログに ModelStateDictionary記録します。

ApplyTo<T>(JsonPatchDocument<T>, T, ModelStateDictionary, String)

オブジェクトに JSON パッチ操作を適用し、 のエラーをログに ModelStateDictionary記録します。

適用対象