Microsoft.AspNet.JsonPatch.Adapters Namespace

namespace Microsoft.AspNet.JsonPatch.Adapters

Interfaces

interface IObjectAdapter<TModel>
Defines the operations that can be performed on a JSON patch document.

Classes

class ObjectAdapter<TModel>