Click or drag to resize

MainCopySourcePropertyToTargetProperty Method

Copies the value of source property to the target property Both properties are on the same data object It only works when: - copying from one value property to another value property - copying from one reference property to another reference property
Codemethod usageDescription
Designed to be used in a process only (Yes/No)No
Action Object (data object type)Any

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool CopySourcePropertyToTargetProperty(
	CodeMethodInvokeContext context,
	string sourcePropertySysName,
	string targetPropertySysName
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
sourcePropertySysName
Type: SystemString
Source property system name
targetPropertySysName
Type: SystemString
Target property system name

Return Value

Type: Boolean
See Also