Click or drag to resize

MainAssignSetPropertyValueToReferredObjects Method

Assigns the specified set property value to a set property on the data object that is being referenced.
Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool AssignSetPropertyValueToReferredObjects(
	CodeMethodInvokeContext context,
	string referencePropertySysName,
	string propertySysName,
	string propertyValueUIDStr
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
referencePropertySysName
Type: SystemString
Reference property system that refers to the data object where the set property value should be set.
propertySysName
Type: SystemString
Property system name on the set property that is assigned on the referred data object.
propertyValueUIDStr
Type: SystemString
UId of the set property value that has to be assigned to the set property.

Return Value

Type: Boolean
See Also