C# Class TreeSharp.Sequence

The base sequence class. This will execute each branch of logic, in order. If all branches succeed, this composite will return a successful run status. If any branch fails, this composite will return a failed run status.
Inheritance: GroupComposite
Afficher le fichier Open project: lances101/BoringHeroes Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( object context ) : IEnumerable
Sequence ( ) : System.Collections.Generic
Sequence ( ContextChangeHandler contextChange ) : System.Collections.Generic
Sequence ( string name ) : System.Collections.Generic

Method Details

Execute() public méthode

public Execute ( object context ) : IEnumerable
context object
Résultat IEnumerable

Sequence() public méthode

public Sequence ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Sequence() public méthode

public Sequence ( ContextChangeHandler contextChange ) : System.Collections.Generic
contextChange ContextChangeHandler
Résultat System.Collections.Generic

Sequence() public méthode

public Sequence ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic