Click or drag to resize
ActivityInstanceManagerInsert Method
插入活动实例

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal int Insert(
	ActivityInstanceEntity entity,
	IDbSession session
)

Parameters

entity
Type: Slickflow.Engine.Business.EntityActivityInstanceEntity
实体
session
Type: IDbSession
会话

Return Value

Type: Int32
新的自增长ID键值
See Also