C# Class Slickflow.Engine.Xpdl.NextActivityComponent

下一步节点的抽象类
Afficher le fichier Open project: uname-yang/WorkFlow-Engine-OData-WebApi-with-OdataClient Class Usage Examples

Protected Properties

Свойство Type Description
hasChildren bool

Méthodes publiques

Méthode Description
Add ( NextActivityComponent nextActivity ) : void
GetEnumerator ( ) : IEnumerator
Remove ( NextActivityComponent nextActivity ) : bool

Méthodes protégées

Méthode Description
GetChildren ( ) : bool

Method Details

Add() public méthode

public Add ( NextActivityComponent nextActivity ) : void
nextActivity NextActivityComponent
Résultat void

GetChildren() protected abstract méthode

protected abstract GetChildren ( ) : bool
Résultat bool

GetEnumerator() public abstract méthode

public abstract GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Remove() public méthode

public Remove ( NextActivityComponent nextActivity ) : bool
nextActivity NextActivityComponent
Résultat bool

Property Details

hasChildren protected_oe property

protected bool hasChildren
Résultat bool