Class BusinessEventArgs
- Namespace
- CMS.Plugin.FlowManagement.Abstractions.FlowBusiness
- Assembly
- CMS.Plugin.FlowManagement.Abstractions.dll
跟业务相关的工艺流事件参数
public class BusinessEventArgs : ProcessflowEventArgs
- Inheritance
-
ProcessflowEventArgsBusinessEventArgs
- Derived
- Inherited Members
-
ProcessflowEventArgs.LevelCodeProcessflowEventArgs.LevelKeyProcessflowEventArgs.LevelLabelProcessflowEventArgs.DataItems
Constructors
BusinessEventArgs()
构造函数
public BusinessEventArgs()
BusinessEventArgs(ProcessflowEventArgs)
构造函数
public BusinessEventArgs(ProcessflowEventArgs args)
Parameters
args
ProcessflowEventArgs
Properties
Processflow
流程实例
public BusinessProcessflow Processflow { get; set; }