Click or drag to resize
TaskManagerGetTasksPaged Method
获取任务(分页)

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private IEnumerable<TaskViewEntity> GetTasksPaged(
	TaskQueryEntity query,
	int activityState,
	out int allRowsCount
)

Parameters

query
Type: Slickflow.Engine.Business.EntityTaskQueryEntity
查询实体
activityState
Type: SystemInt32
活动状态
allRowsCount
Type: SystemInt32
任务记录数

Return Value

Type: IEnumerableTaskViewEntity
活动列表
See Also