C# Класс 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.
Наследование: GroupComposite
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Execute ( object context ) : IEnumerable
Sequence ( ) : System.Collections.Generic
Sequence ( ContextChangeHandler contextChange ) : System.Collections.Generic
Sequence ( string name ) : System.Collections.Generic

Описание методов

Execute() публичный Метод

public Execute ( object context ) : IEnumerable
context object
Результат IEnumerable

Sequence() публичный Метод

public Sequence ( ) : System.Collections.Generic
Результат System.Collections.Generic

Sequence() публичный Метод

public Sequence ( ContextChangeHandler contextChange ) : System.Collections.Generic
contextChange ContextChangeHandler
Результат System.Collections.Generic

Sequence() публичный Метод

public Sequence ( string name ) : System.Collections.Generic
name string
Результат System.Collections.Generic