Click or drag to resize
SkipInfo Class
节点类型上描述的跳转信息
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.XpdlSkipInfo

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

The SkipInfo type exposes the following members.

Constructors
  NameDescription
Public methodSkipInfo
Initializes a new instance of the SkipInfo 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 propertyIsSkip
是否跳转
Public propertySkipto
跳转到的节点
Top
See Also