C# 클래스 Tectil.NCommand.ExecutionFlows.Internals.ExecutionFlowBase

Base class for flow execution.
파일 보기 프로젝트 열기: tectil/NCommand

공개 메소드들

메소드 설명
RunCommand ( ExecutionContext context ) : bool

Runs the command.

메소드 상세

RunCommand() 공개 메소드

Runs the command.
public RunCommand ( ExecutionContext context ) : bool
context Tectil.NCommand.Contract.ExecutionContext
리턴 bool