annotate Tools/DocGen/Content/Doc/Mapping/MapFieldAttribute.htm @ 0:f990fcb411a9

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
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 %>