ObjectClonerCloneTs, Tr Method (Ts, Tr, Object)

Clone the source Ts to a newly created target Tr Only properties on the source that have either the ABSuiteSimpleAttribute or ABSuiteComplexAttribute attribute will be copied.

Namespace:  ABSuite.AccessLayer.Connector.Core.Utility
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void Clone<Ts, Tr>(
	Ts source,
	Tr target,
	params Object[] constructorValues
)

Parameters

source
Type: Ts
Source Object
target
Type: Tr
Target Object
constructorValues
Type: SystemObject
The constructor values.

Type Parameters

Ts
Source Type
Tr
Target Type
See Also

Reference