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