Click or drag to resize

AddSearchPropSysNameParamToAssignRefPropertyFromValuePropertyCMPerformUpdate Method

Adds parameter searchPropSysName to the code method "AssignRefPropertyFromValueProperty".

Namespace:  Omada.OE.AppLogic.UpdateActions
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public override void PerformUpdate(
	UpdateActionArgs updateActionArgs
)

Parameters

updateActionArgs
Type: Omada.OE.AppLogic.ModelUpdateActionArgs
The update action arguments.

Implements

ISystemUpdateActionPerformUpdate(UpdateActionArgs)
See Also