ModelDataExtensionsGetObject Method

Overload List
  NameDescription
Public methodStatic memberGetObjectTSource, TTarget(TSource)
Creates a object of the target type and maps all properties using default mapping rule - mapping by name.
Public methodStatic memberGetObjectTSource, TTarget(TSource, ReadOnlyDictionaryString, ActionTSource, TTarget)
Creates a object of the target type and maps all properties using default mapping rule - mapping by name.
Public methodStatic memberGetObjectTSource, 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