\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Core.FlowElements Namespace Reference

Classes

class  FlowElementBase
Abstract base class for Flow Elements. More...
interface  IFlowElement
IFlowElement is the basic building block of a pipeline. More...
interface  IPipeline
The public interface for a Pipeline. More...
interface  IPipelineBuilderFromConfiguration
Pipeline builders implementing this interface are capable of building a IPipeline based on a supplied PipelineOptions instance. More...
interface  IPipelineInternal
Internal interface for a pipeline. More...
class  ParallelElements
ParallelElements executes it's child IFlowElement objects in parallel. More...
class  Pipeline
A pipeline is used to create IFlowData instances which then automatically use the pipeline when their Process method is called. More...
class  PipelineBuilder
Default pipeline builder. More...
class  PipelineBuilderBase
Abstract pipeline builder base class See the Specification More...
On This Page