Click or drag to resize

ProcessGetPreceedingSplitElement Method (ControlElement, Activities, ControlElements)

Returns the split control element which matches the provided join element. If no element is found null is returned. All elements in the process must be saved to the database.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static ControlElement GetPreceedingSplitElement(
	ControlElement joinElement,
	Activities activitiesInSplit,
	ControlElements controlElementsInSplit
)

Parameters

joinElement
Type: Omada.OE.ModelControlElement
activitiesInSplit
Type: Omada.OE.ModelActivities
Must be called with an empty collection initally. After the call it contains a collection of activites within the split.
controlElementsInSplit
Type: Omada.OE.ModelControlElements
Must be called with an empty collection initally. After the call it contains a collection of control elements within the split.

Return Value

Type: ControlElement
See Also