Click or drag to resize
IProcessModelCheckAndSplitOccurrenceCondition Method

[Missing <summary> documentation for "M:Slickflow.Engine.Xpdl.IProcessModel.CheckAndSplitOccurrenceCondition(System.Collections.Generic.IList{Slickflow.Engine.Xpdl.TransitionEntity},System.Collections.Generic.IDictionary{System.String,System.String})"]

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
bool CheckAndSplitOccurrenceCondition(
	IList<TransitionEntity> transitionList,
	IDictionary<string, string> conditionValuePair
)

Parameters

transitionList
Type: System.Collections.GenericIListTransitionEntity
conditionValuePair
Type: System.Collections.GenericIDictionaryString, String

Return Value

Type: Boolean
See Also