Click or drag to resize

CloneSupportCopyObjectToObjectProperties Method

Copies one objects fields to another object fields of the same type and name.

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
public void CopyObjectToObjectProperties(
	Object sourceObject,
	Object destinationObject,
	bool update
)

Parameters

sourceObject
Type: SystemObject
Source Object to get copy values.
destinationObject
Type: SystemObject
Destination object that recieves the copied values.
update
Type: SystemBoolean
Option to overwrite values in the destination object fields.
See Also