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
파일 보기 프로젝트 열기: lances101/BoringHeroes 1 사용 예제들

공개 메소드들

메소드 설명
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