Click or drag to resize
TransitionPriorityCompare Class
按连线的优先级比较
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.XpdlTransitionPriorityCompare

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

The TransitionPriorityCompare type exposes the following members.

Constructors
  NameDescription
Public methodTransitionPriorityCompare
Initializes a new instance of the TransitionPriorityCompare class
Top
Methods
  NameDescription
Public methodCompare
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
See Also