Click or drag to resize
ProcessModelGetNextActivityList Method (String, IDictionaryString, String, ActivityResource, ExpressionFuncActivityResource, ActivityEntity, Boolean)
获取下一步节点列表(伴随条件和资源)

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public NextActivityMatchedResult GetNextActivityList(
	string currentActivityGUID,
	IDictionary<string, string> conditionKeyValuePair,
	ActivityResource activityResource,
	Expression<Func<ActivityResource, ActivityEntity, bool>> expression
)

Parameters

currentActivityGUID
Type: SystemString
conditionKeyValuePair
Type: System.Collections.GenericIDictionaryString, String
activityResource
Type: Slickflow.Engine.CommonActivityResource
expression
Type: System.Linq.ExpressionsExpressionFuncActivityResource, ActivityEntity, Boolean

Return Value

Type: NextActivityMatchedResult

Implements

IProcessModelGetNextActivityList(String, IDictionaryString, String, ActivityResource, ExpressionFuncActivityResource, ActivityEntity, Boolean)
See Also