Click or drag to resize
WfRuntimeManagerWithdrawMIRenew Class
并行节点的撤销,重新生成要撤销人的节点
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.CoreWfRuntimeManager
    Slickflow.Engine.CoreWfRuntimeManagerWithdrawMIRenew

Namespace: Slickflow.Engine.Core
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal class WfRuntimeManagerWithdrawMIRenew : WfRuntimeManager

The WfRuntimeManagerWithdrawMIRenew type exposes the following members.

Constructors
  NameDescription
Public methodWfRuntimeManagerWithdrawMIRenew
Initializes a new instance of the WfRuntimeManagerWithdrawMIRenew class
Top
Methods
  NameDescription
Protected methodCallback
事件回调
(Inherited from WfRuntimeManager.)
Public methodEquals (Inherited from Object.)
Protected methodExecute
执行方法
(Inherited from WfRuntimeManager.)
Protected methodExecuteInstanceImp
撤销执行方法
(Overrides WfRuntimeManagerExecuteInstanceImp(IDbSession).)
Protected methodFinalize (Inherited from Object.)
Protected methodGetBackwardMostPreviouslyActivityInstanceID
获取退回时最早节点实例ID,支持连续退回
(Inherited from WfRuntimeManager.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Protected propertyActivityResource (Inherited from WfRuntimeManager.)
Protected propertyAppRunner (Inherited from WfRuntimeManager.)
Protected propertyBackwardContext (Inherited from WfRuntimeManager.)
Protected propertyInvokedSubProcessNode (Inherited from WfRuntimeManager.)
Protected propertyIsBackward (Inherited from WfRuntimeManager.)
Protected propertyParentProcessInstance (Inherited from WfRuntimeManager.)
Protected propertyProcessModel (Inherited from WfRuntimeManager.)
Protected propertyRunningActivityInstance (Inherited from WfRuntimeManager.)
Protected propertyTaskView (Inherited from WfRuntimeManager.)
Protected propertyWfExecutedResult
流程执行结果对象
(Inherited from WfRuntimeManager.)
Top
Events
  NameDescription
Private event_onWfProcessExecuted (Inherited from WfRuntimeManager.)
Protected eventOnWfProcessExecuted (Inherited from WfRuntimeManager.)
Top
See Also