ModelDataExtensionsCreateMapping Method |
Name | Description | |
---|---|---|
CreateMappingTSource, TTarget(TSource) |
Creates a mapping object. This is an object that can create an object of given type and copy
all public properties from an existing object over the new one. This mapping object can be
extended with custom mapping rules.
| |
CreateMappingTSource, TTarget(TSource, ReadOnlyDictionaryTKey, TValue, Boolean) |