-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_Mapping_MapperBuilder_2_FromMapping
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Name | Description | |
---|---|---|
FromMapping(T)(IReadOnlyDictionary(String, String)) | Defines member name mapping for source types. | |
FromMapping(IReadOnlyDictionary(String, String)) | Defines member name mapping for source types. | |
FromMapping(T)(String, String) | Defines member name mapping for source types. | |
FromMapping(String, String) | Defines member name mapping for source types. | |
FromMapping(Type, IReadOnlyDictionary(String, String)) | Defines member name mapping for source types. | |
FromMapping(Type, String, String) | Defines member name mapping for source types. |