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
Parameters
- source
- Type: Ts
Source Object
Type Parameters
- Ts
- Source Type
- Tr
- Target Type
Return Value
Type: TrReturns the Target object of the Cloning operation
See Also