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

Returns the appropriate execution flow.
상속: IExecutionFlowFactory
파일 보기 프로젝트 열기: tectil/NCommand 1 사용 예제들

공개 메소드들

메소드 설명
Get ( ExecutionContext context ) : IExecutionFlow

Gets the appropriate execution flow.

메소드 상세

Get() 공개 메소드

Gets the appropriate execution flow.
public Get ( ExecutionContext context ) : IExecutionFlow
context Tectil.NCommand.Contract.ExecutionContext Execution context.
리턴 IExecutionFlow