From 41320b832cf62a3124529fc09b5139172e947046 Mon Sep 17 00:00:00 2001 From: Omar Muscatello <7016897+OmarMuscatello@users.noreply.github.com> Date: Wed, 8 Aug 2018 09:47:39 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0ab309e..66bc174 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ A simple library for partial entity changes in ASP.NET and ASP.NET Core. - [How to use](#how-to-use) - [Configuration](#configuration) - [Globals](#globals) - - [Adding entities](#adding-entities) - - [Ignore letter case for property names](#ignore-letter-case-for-property-names) - - [(Global) Mapping functions](#(global)-mapping-functions) + - [Adding entities](#--adding-entities) + - [Ignore letter case for property names](#--ignore-letter-case-for-property-names) + - [(Global) Mapping functions](#--(global)-mapping-functions) - [Properties Configuration](#properties-configuration) - - [Exclude properties](#exclude-properties) - - [Ignore null value](#ignore-null-value) - - [Mapping functions](#mapping-functions) + - [Exclude properties](#--exclude-properties) + - [Ignore null value](#--ignore-null-value) + - [Mapping functions](#--mapping-functions) ## Quick Start ``` @@ -334,4 +334,4 @@ To better understand what `SkipMap()` mean, please take a look at the [Global Ma The result type of the specified function must be of the same type of the property for which the mapping function is added to. #### Mapping functions order -In order to assign a value to a property, SimplePatch will evaluate the property mapping functions first. If there aren't property mapping functions or they return the result of `SkipMap()`, then the global mapping functions will be evaluated. If there aren't global mapping functions or they return the result of `SkipMap()`, then the default behavior will be used (SimplePatch will try to convert the input value type to the target property type). \ No newline at end of file +In order to assign a value to a property, SimplePatch will evaluate the property mapping functions first. If there aren't property mapping functions or they return the result of `SkipMap()`, then the global mapping functions will be evaluated. If there aren't global mapping functions or they return the result of `SkipMap()`, then the default behavior will be used (SimplePatch will try to convert the input value type to the target property type).