Slickflow .NET 工作流引擎帮助手册
Slickflow .NET 工作流引擎帮助手册
Slickflow .NET Workflow Engine
Slickflow.Engine.Business.Manager
TaskManager Class
TaskManager Methods
Insert Method
Insert Method (TaskEntity, IDbSession)
Insert Method (ActivityInstanceEntity, Performer, WfAppRunner, IDbSession)
Insert Method (ActivityInstanceEntity, PerformerList, WfAppRunner, IDbSession)
Insert Method (ActivityInstanceEntity, String, String, String, String, IDbSession, Nullable(Int32))
TaskManager
Insert Method (TaskEntity, IDbSession)
插入任务数据
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
int
Insert
(
TaskEntity
entity
,
IDbSession
session
)
Parameters
entity
Type:
Slickflow.Engine.Business.Entity
TaskEntity
任务实体
session
Type:
IDbSession
会话
Return Value
Type:
Int32
See Also
Reference
TaskManager Class
Insert Overload
Slickflow.Engine.Business.Manager Namespace