annotate Tools/DocGen/Content/Doc/Mapping/MapFieldAttribute.htm @ 8:a34cfdde80d6

removed strong signing added FrameworkPathOverride for linux builds
author cin
date Wed, 29 Nov 2017 12:43:52 +0300
parents f990fcb411a9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
1 Note that the mapper tries to convert the source values to their destination types.<br>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
2 <br/>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
3 ObjectToObject.cs
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
4 <% ..\..\..\HowTo\Mapping\ObjectToObject.cs %>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
5 To map data to inner objects the MapField attribute can be used in the following way:
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
6 <br/>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
7 <br/>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
8 MapFieldAttribute.cs
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
9 <% ..\..\..\HowTo\Mapping\MapFieldAttribute.cs %>