Click or drag to resize
NextActivityItem Class
单一下一步节点(不包含子节点)
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.XpdlNextActivityComponent
    Slickflow.Engine.XpdlNextActivityItem

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

The NextActivityItem type exposes the following members.

Constructors
  NameDescription
Public methodNextActivityItem
Initializes a new instance of the NextActivityItem class
Top
Methods
  NameDescription
Public methodAdd (Inherited from NextActivityComponent.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetChildren (Overrides NextActivityComponentGetChildren.)
Public methodGetEnumerator (Overrides NextActivityComponentGetEnumerator.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from NextActivityComponent.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldhasChildren (Inherited from NextActivityComponent.)
Top
Properties
  NameDescription
Public propertyActivity (Inherited from NextActivityComponent.)
Public propertyDescription (Inherited from NextActivityComponent.)
Public propertyHasChildren (Inherited from NextActivityComponent.)
Public propertyName (Inherited from NextActivityComponent.)
Public propertyTransition (Inherited from NextActivityComponent.)
Top
See Also