Table of Contents

Class BusinessActivityEventArgs

Namespace
CMS.Plugin.FlowManagement.Abstractions.FlowBusiness
Assembly
CMS.Plugin.FlowManagement.Abstractions.dll

业务环节事件

public class BusinessActivityEventArgs : BusinessEventArgs
Inheritance
ProcessflowEventArgs
BusinessActivityEventArgs
Inherited Members
ProcessflowEventArgs.LevelCode
ProcessflowEventArgs.LevelKey
ProcessflowEventArgs.LevelLabel
ProcessflowEventArgs.DataItems

Constructors

BusinessActivityEventArgs()

构造函数

public BusinessActivityEventArgs()

BusinessActivityEventArgs(ProcessflowEventArgs)

构造函数

public BusinessActivityEventArgs(ProcessflowEventArgs args)

Parameters

args ProcessflowEventArgs

Properties

TaskID

当前环节的任务号

public int TaskID { get; set; }

Property Value

int

TaskSeq

当前环节顺序号

public int TaskSeq { get; set; }

Property Value

int