Cloning using Reflection. This class will clone properties on the source to the target that have
either the ABSuiteSimpleAttribute or ABSuiteComplexAttribute attribute.
Inheritance Hierarchy
ABSuite.AccessLayer.Connector.Core.UtilityObjectCloner
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
The ObjectCloner type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | CloneTs, Tr(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.
|
![]() ![]() | CloneTs, Tr(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.
|
![]() ![]() | Create(String, Type) |
Creates the specified name.
|
![]() ![]() | Create(String, Object, Type) |
Creates the specified name.
|
![]() ![]() | GetFieldInfo |
Gets the field information.
|
![]() ![]() | GetMethodInfo |
Gets the method information.
|
![]() ![]() | GetPropertyInfo |
Gets the property information.
|
See Also