Slickflow .NET 工作流引擎帮助手册
Slickflow .NET 工作流引擎帮助手册
Slickflow .NET Workflow Engine
Slickflow.Engine.Business.Manager
ActivityInstanceManager Class
ActivityInstanceManager Methods
CancelUnCompletedMultipleInstance Method
Complete Method
CreateActivityInstanceObject Method
CreateBackwardActivityInstanceObject Method
Delete Method
GetActivityByState Method
GetActivityCompleted Method
GetActivityInstance Method
GetActivityInstances Method
GetActivityMulitipleInstance Method
GetActivityMulitipleInstanceWithState Method
GetActivityRunning Method
GetById Method
GetByTask Method
GetCompletedActivityInstanceList Method
GetCompletedMultipleInstanceList Method
GetInstanceGatewayCount Method
GetPreviousOfMultipleInstanceNode Method
GetRunningActivityInstanceList Method
GetRunningNode Method
IncreaseTokensHad Method
Insert Method
IsAssignedUserInActivityInstance Method
IsCrossOverGateway Method
IsMineTask Method
Resuspend Method
SendBack Method
SetActivityRead Method
SetActivityState Method
Update Method
Withdraw Method
WithdrawMainIncludedChildNodes Method
WithdrawMultipleInstance Method
ActivityInstanceManager
IsAssignedUserInActivityInstance Method
判断用户是否是分配下来任务的用户
Namespace:
Slickflow.Engine.Business.Manager
Assembly:
Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
Copy
private
bool
IsAssignedUserInActivityInstance
(
ActivityInstanceEntity
entity
,
int
userID
)
Parameters
entity
Type:
Slickflow.Engine.Business.Entity
ActivityInstanceEntity
userID
Type:
System
Int32
Return Value
Type:
Boolean
See Also
Reference
ActivityInstanceManager Class
Slickflow.Engine.Business.Manager Namespace