Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
viklele committed Jun 26, 2014
1 parent a7e03bf commit 6941266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A minimalist implementation of patch method, similar to the Patch from Delta of

I started with Asp.netMVCPatchExample (https://github.com/rikvanmechelen/Asp.netMVCPatchExample), and realized that non generics based delta patcher will force using either static methods or using a standard base class. So, I decided to roll out a generics based patcher using DynamicObject.

I have borrowed the NotPatchableAttribute marker attribute from Asp.netMVCPatchExample. It gives you a flexibility to skip patching properties that you don't want to modify.
I have borrowed the NotPatchableAttribute marker attribute from Asp.netMVCPatchExample. It gives you flexibility to skip patching properties that you don't want to modify.

public class Appointment
{
Expand Down

0 comments on commit 6941266

Please sign in to comment.