3 references to Move
Microsoft.AspNetCore.JsonPatch.Tests (3)
IntegrationTests\NestedObjectIntegrationTest.cs (2)
290
patchDocument.
Move
(o => o.SimpleObject.IntegerValue, o => o.SimpleObject.AnotherIntegerValue);
321
patchDocument.
Move
(o => o.InheritedObject, o => o.SimpleObject);
JsonPatchDocumentJsonPropertyAttributeTest.cs (1)
51
patchDocument.
Move
(m => m.StringProperty, m => m.StringProperty2);