AddFlowElement(IFlowElement element) | FiftyOne.Pipeline.Core.FlowElements.PipelineBuilderBase< TBuilder > | |
AddFlowElementsParallel(params IFlowElement[] elements) | FiftyOne.Pipeline.Core.FlowElements.PipelineBuilderBase< TBuilder > | |
Build() | FiftyOne.Pipeline.Core.FlowElements.PipelineBuilderBase< TBuilder > | virtual |
FlowElements | FiftyOne.Pipeline.Core.FlowElements.PipelineBuilderBase< TBuilder > | protected |
LazyLoading | FiftyOne.Pipeline.Engines.FlowElements.PrePackagedPipelineBuilderBase< TBuilder > | protected |
LazyLoadingCancellationToken | FiftyOne.Pipeline.Engines.FlowElements.PrePackagedPipelineBuilderBase< TBuilder > | protected |
LazyLoadingTimeout | FiftyOne.Pipeline.Engines.FlowElements.PrePackagedPipelineBuilderBase< TBuilder > | protected |
Logger | FiftyOne.Pipeline.Core.FlowElements.PipelineBuilderBase< TBuilder > | protected |
LoggerFactory | FiftyOne.Pipeline.Core.FlowElements.PipelineBuilderBase< TBuilder > | protected |
OnPreBuild() | FiftyOne.Pipeline.Core.FlowElements.PipelineBuilderBase< TBuilder > | protectedvirtual |
PipelineBuilderBase(ILoggerFactory loggerFactory) | FiftyOne.Pipeline.Core.FlowElements.PipelineBuilderBase< TBuilder > | |
PrePackagedPipelineBuilderBase(ILoggerFactory loggerFactory) | FiftyOne.Pipeline.Engines.FlowElements.PrePackagedPipelineBuilderBase< TBuilder > | |
ResultsCache | FiftyOne.Pipeline.Engines.FlowElements.PrePackagedPipelineBuilderBase< TBuilder > | protected |
ResultsCacheSize | FiftyOne.Pipeline.Engines.FlowElements.PrePackagedPipelineBuilderBase< TBuilder > | protected |
SetAutoDisposeElements(bool autoDispose) | FiftyOne.Pipeline.Core.FlowElements.PipelineBuilderBase< TBuilder > | |
SetSuppressProcessException(bool suppressExceptions) | FiftyOne.Pipeline.Core.FlowElements.PipelineBuilderBase< TBuilder > | |
SetSuppressProcessExceptions(bool suppressExceptions) | FiftyOne.Pipeline.Core.FlowElements.PipelineBuilderBase< TBuilder > | |
UseLazyLoading() | FiftyOne.Pipeline.Engines.FlowElements.PrePackagedPipelineBuilderBase< TBuilder > | |
UseLazyLoading(int timeoutMilliseconds) | FiftyOne.Pipeline.Engines.FlowElements.PrePackagedPipelineBuilderBase< TBuilder > | |
UseLazyLoading(TimeSpan timeout) | FiftyOne.Pipeline.Engines.FlowElements.PrePackagedPipelineBuilderBase< TBuilder > | |
UseLazyLoading(CancellationToken cancellationToken) | FiftyOne.Pipeline.Engines.FlowElements.PrePackagedPipelineBuilderBase< TBuilder > | |
UseLazyLoading(TimeSpan timeout, CancellationToken cancellationToken) | FiftyOne.Pipeline.Engines.FlowElements.PrePackagedPipelineBuilderBase< TBuilder > | |
UseResultsCache() | FiftyOne.Pipeline.Engines.FlowElements.PrePackagedPipelineBuilderBase< TBuilder > | |
UseResultsCache(int size) | FiftyOne.Pipeline.Engines.FlowElements.PrePackagedPipelineBuilderBase< TBuilder > | |