DataUtils.CopyObjectData
Copies the content of one object to another. The target object 'pulls' properties of the first.
public static void CopyObjectData(object source, object target, string excludedProperties)
Parameters
source
target
excludedProperties
Overloads:
public static void CopyObjectData(object source, object target)
public static void CopyObjectData(object source, object target, BindingFlags memberAccess)
public static void CopyObjectData(object source, object target, string excludedProperties, BindingFlags memberAccess)
See also:
Class DataUtils© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic

