Class BusinessActivityEventArgs
- Namespace
- CMS.Plugin.FlowManagement.Abstractions.FlowBusiness
- Assembly
- CMS.Plugin.FlowManagement.Abstractions.dll
业务环节事件
public class BusinessActivityEventArgs : BusinessEventArgs
- Inheritance
-
ProcessflowEventArgsBusinessActivityEventArgs
- Inherited Members
-
ProcessflowEventArgs.LevelCodeProcessflowEventArgs.LevelKeyProcessflowEventArgs.LevelLabelProcessflowEventArgs.DataItems
Constructors
BusinessActivityEventArgs()
构造函数
public BusinessActivityEventArgs()
BusinessActivityEventArgs(ProcessflowEventArgs)
构造函数
public BusinessActivityEventArgs(ProcessflowEventArgs args)
Parameters
args
ProcessflowEventArgs
Properties
TaskID
当前环节的任务号
public int TaskID { get; set; }
Property Value
TaskSeq
当前环节顺序号
public int TaskSeq { get; set; }