Click or drag to resize
WfNodeMediatedResult Class
活动节点执行结果
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.Core.ResultWfExecutedResult
    Slickflow.Engine.Core.ResultWfNodeMediatedResult

Namespace: Slickflow.Engine.Core.Result
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public class WfNodeMediatedResult : WfExecutedResult

The WfNodeMediatedResult type exposes the following members.

Constructors
  NameDescription
Public methodWfNodeMediatedResult
Initializes a new instance of the WfNodeMediatedResult class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBackwardTaskReceiver (Inherited from WfExecutedResult.)
Public propertyExceptionType (Inherited from WfExecutedResult.)
Public propertyFeedback
Public propertyMessage (Inherited from WfExecutedResult.)
Public propertyProcessInstanceIDStarted (Inherited from WfExecutedResult.)
Public propertyReturnDataContext (Inherited from WfExecutedResult.)
Public propertyStatus (Inherited from WfExecutedResult.)
Top
See Also