18 references to Operation
Microsoft.AspNetCore.JsonPatch (15)
JsonPatchDocumentOfT.cs (15)
120
Operations.Add(new
Operation
<TModel>("remove", GetPath(path, null), from: null));
136
Operations.Add(new
Operation
<TModel>(
154
Operations.Add(new
Operation
<TModel>(
300
Operations.Add(new
Operation
<TModel>(
324
Operations.Add(new
Operation
<TModel>(
348
Operations.Add(new
Operation
<TModel>(
374
Operations.Add(new
Operation
<TModel>(
398
Operations.Add(new
Operation
<TModel>(
420
Operations.Add(new
Operation
<TModel>(
442
Operations.Add(new
Operation
<TModel>(
466
Operations.Add(new
Operation
<TModel>(
490
Operations.Add(new
Operation
<TModel>(
516
Operations.Add(new
Operation
<TModel>(
540
Operations.Add(new
Operation
<TModel>(
562
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"));