ObjectCloner Class

Cloning using Reflection. This class will clone properties on the source to the target that have either the ABSuiteSimpleAttribute or ABSuiteComplexAttribute attribute.
Inheritance Hierarchy

SystemObject
  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

public static class ObjectCloner

The ObjectCloner type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCloneTs, 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.
Public methodStatic memberCloneTs, 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.
Public methodStatic memberCreate(String, Type)
Creates the specified name.
Public methodStatic memberCreate(String, Object, Type)
Creates the specified name.
Public methodStatic memberGetFieldInfo
Gets the field information.
Public methodStatic memberGetMethodInfo
Gets the method information.
Public methodStatic memberGetPropertyInfo
Gets the property information.
Top
See Also

Reference