Show / Hide Table of Contents

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 Source

PipelineInputs

A collection of inputs for the pipeline elements

Declaration
List<PipelineInput> PipelineInputs { get; }
Property Value
Type Description
List<PipelineInput>
| Improve this Doc View Source

PipelineOutputs

A collection of outputs for the pipeline elements

Declaration
List<PipelineOutput> PipelineOutputs { get; }
Property Value
Type Description
List<PipelineOutput>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX