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,
	BindingFlags memberAccess)

Parameters

source

target

memberAccess

Overloads:


See also:

Class DataUtils

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic