Click or drag to resize

MainCheckIfSetPropertyHasValue Method

This CM checks if the set property has value provided in the parameters. CM returns boolean value and can be used in the decision block in the process workflow - error is not thrown in any case.

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 bool CheckIfSetPropertyHasValue(
	CodeMethodInvokeContext context,
	string setPropertySysName,
	string setPropertyValueUid
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
The CM context.
setPropertySysName
Type: SystemString
The set property system name.
setPropertyValueUid
Type: SystemString
The set property value UId.

Return Value

Type: Boolean
True if actual value in property is equal the input parameter.
See Also