Click or drag to resize
Linker Class
节点连接线
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.Core.PatternLinker

Namespace: Slickflow.Engine.Core.Pattern
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public class Linker

The Linker type exposes the following members.

Constructors
  NameDescription
Public methodLinker
Initializes a new instance of the Linker 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 propertyFromActivity
起始节点定义
Public propertyFromActivityInstance
起始节点实例
Public propertyToActivity
到达节点定义
Public propertyToActivityInstance
到达节点实例
Top
See Also