C# Class Tectil.NCommand.ExecutionFlows.Internals.ExecutionFlowFactory

Returns the appropriate execution flow.
Inheritance: IExecutionFlowFactory
Datei anzeigen Open project: tectil/NCommand Class Usage Examples

Public Methods

Method Description
Get ( ExecutionContext context ) : IExecutionFlow

Gets the appropriate execution flow.

Method Details

Get() public method

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