C# 클래스 Caliburn.Micro.SequentialResult

An implementation of IResult that enables sequential execution of multiple results.
상속: IResult
파일 보기 프로젝트 열기: dbuksbaum/Learning-Caliburn.Micro 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ActionExecutionContext context ) : void

Executes the result using the specified context.

SequentialResult ( IEnumerable children ) : System

Initializes a new instance of the SequentialResult class.

비공개 메소드들

메소드 설명
ChildCompleted ( object sender, Caliburn.Micro.ResultCompletionEventArgs args ) : void
OnComplete ( Exception error, bool wasCancelled ) : void

메소드 상세

Execute() 공개 메소드

Executes the result using the specified context.
public Execute ( ActionExecutionContext context ) : void
context ActionExecutionContext The context.
리턴 void

SequentialResult() 공개 메소드

Initializes a new instance of the SequentialResult class.
public SequentialResult ( IEnumerable children ) : System
children IEnumerable The children.
리턴 System