CloneSupportCopyObjectToObjectProperties Method | |
Copies one objects fields to another object fields of the same type and name.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public void CopyObjectToObjectProperties(
Object sourceObject,
Object destinationObject,
bool update
)
public:
void CopyObjectToObjectProperties(
Object^ sourceObject,
Object^ destinationObject,
bool update
)
function CopyObjectToObjectProperties(sourceObject, destinationObject, update);
Parameters
- sourceObject
- Type: SystemObject
Source Object to get copy values. - destinationObject
- Type: SystemObject
Destination object that recieves the copied values. - update
- Type: SystemBoolean
Option to overwrite values in the destination object fields.
See Also