ModelDataExtensionsGetObject Method

Overload List
 NameDescription
Public Extension MethodGetObjectTSource, TTarget(TSource) Creates a object of the target type and maps all properties using default mapping rule - mapping by name.
Public Extension MethodGetObjectTSource, TTarget(TSource, ReadOnlyDictionaryString, ActionTSource, TTarget) Creates a object of the target type and maps all properties using default mapping rule - mapping by name.
Public Extension MethodGetObjectTSource, TTarget(TSource, ReadOnlyDictionaryString, ActionTSource, TTarget, FuncTSource, TTarget) Creates a object of the target type and maps all properties using default mapping rule - mapping by name.
Top
See Also