18 references to Operation
Microsoft.AspNetCore.JsonPatch (15)
JsonPatchDocumentOfT.cs (15)
130
Operations.Add(new
Operation
<TModel>("remove", GetPath(path, null), from: null));
146
Operations.Add(new
Operation
<TModel>(
164
Operations.Add(new
Operation
<TModel>(
310
Operations.Add(new
Operation
<TModel>(
334
Operations.Add(new
Operation
<TModel>(
358
Operations.Add(new
Operation
<TModel>(
384
Operations.Add(new
Operation
<TModel>(
408
Operations.Add(new
Operation
<TModel>(
430
Operations.Add(new
Operation
<TModel>(
452
Operations.Add(new
Operation
<TModel>(
476
Operations.Add(new
Operation
<TModel>(
500
Operations.Add(new
Operation
<TModel>(
526
Operations.Add(new
Operation
<TModel>(
550
Operations.Add(new
Operation
<TModel>(
572
Operations.Add(new
Operation
<TModel>(
Microsoft.AspNetCore.JsonPatch.Tests (3)
JsonPatchDocumentJObjectTest.cs (3)
70
patch.Operations.Add(new
Operation
<ObjectWithJObject>("copy", "/CustomData/UserName", "/CustomData/Email"));
86
patch.Operations.Add(new
Operation
<ObjectWithJObject>("remove", "/CustomData/LastName", null));
102
patch.Operations.Add(new
Operation
<ObjectWithJObject>("move", "/CustomData/LastName", "/CustomData/FirstName"));