Click or drag to resize
TransitionEntity Class
转移定义
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.XpdlTransitionEntity

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public class TransitionEntity

The TransitionEntity type exposes the following members.

Constructors
  NameDescription
Public methodTransitionEntity
Initializes a new instance of the TransitionEntity 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 propertyCondition
条件
Public propertyDirectionType
方向类型
Public propertyFromActivity
起始活动
Public propertyFromActivityGUID
起始活动GUID
Public propertyGroupBehaviour
群体行为类型
Public propertyReceiver
接收者类型
Public propertyToActivity
到达活动
Public propertyToActivityGUID
到达活动GUID
Public propertyTransitionGUID
转移GUID
Top
See Also