Table of Contents

Class BusinessEventArgs

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

跟业务相关的工艺流事件参数

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

Constructors

BusinessEventArgs()

构造函数

public BusinessEventArgs()

BusinessEventArgs(ProcessflowEventArgs)

构造函数

public BusinessEventArgs(ProcessflowEventArgs args)

Parameters

args ProcessflowEventArgs

Properties

Processflow

流程实例

public BusinessProcessflow Processflow { get; set; }

Property Value

BusinessProcessflow