Click or drag to resize

MainMergeReferencePropertyValues Method

CM merges reference property values. TargetObjectPropertySystemName - optional - target if empty SourceObjectPropertySystemName - optional - target if empty AddValuesPropertySystemName - optional* RemoveValuesPropertySystemName - optional* * at least one must be specified

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void MergeReferencePropertyValues(
	CodeMethodInvokeContext context,
	string targetPropertySystemName,
	string targetObjectPropertySystemName,
	string sourceObjectPropertySystemName,
	string addValuesPropertySystemName,
	string removeValuesPropertySystemName
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
The context.
targetPropertySystemName
Type: SystemString
The target property system name (mandatory).
targetObjectPropertySystemName
Type: SystemString
The target object property system name (optional, action object if empty).
sourceObjectPropertySystemName
Type: SystemString
The source object property system name (optional, action object if empty).
addValuesPropertySystemName
Type: SystemString
The add values property system name (optional, if removeValuesPropertySystemName specified).
removeValuesPropertySystemName
Type: SystemString
The remove values property system name (optional, if addValuesPropertySystemName specified).
See Also