DataUtils.CopyObjectData
public static void CopyObjectData(object source, object target, string excludedProperties, BindingFlags memberAccess)
Parameters
source
The source object to copy from
target
The object to copy to
excludedProperties
A comma delimited list of properties that should not be copied
memberAccess
Reflection binding access
