annotate Tools/DocGen/Content/Doc/Mapping/MapFieldAttribute.htm @ 7:99cd4f3947d8

Закомментированы строки мешающие добавлению авиа дежурств.
author nickolay
date Fri, 27 Oct 2017 18:26:29 +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 %>