ObjectClonerCloneTs, Tr Method (Ts)

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 Tr Clone<Ts, Tr>(
	Ts source
)

Parameters

source
Type: Ts
Source Object

Type Parameters

Ts
Source Type
Tr
Target Type

Return Value

Type: Tr
Returns the Target object of the Cloning operation
See Also

Reference