Interface IPipelineIO
Supports the definition of PipelineInput and PipelineOutput
Namespace: SigStat.Common.Pipeline
Assembly: SigStat.Common.dll
Syntax
public interface IPipelineIO
Properties
| Improve this Doc View SourcePipelineInputs
A collection of inputs for the pipeline elements
Declaration
List<PipelineInput> PipelineInputs { get; }
Property Value
Type | Description |
---|---|
List<PipelineInput> |
PipelineOutputs
A collection of outputs for the pipeline elements
Declaration
List<PipelineOutput> PipelineOutputs { get; }
Property Value
Type | Description |
---|---|
List<PipelineOutput> |