IReadOnlyPipeline Interface

Summary

A read-only pipeline.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Execution
Interfaces
graph BT Type-.->Interface0["IReadOnlyModuleList"] click Interface0 "/api/Wyam.Common.Modules/IReadOnlyModuleList" Type-.->Interface1["IReadOnlyList<IModule>"] Type["IReadOnlyPipeline"] class Type type-node

Syntax

public interface IReadOnlyPipeline : IReadOnlyModuleList, IReadOnlyList<IModule>

Properties

Name Value Summary
Name string
The name of the pipeline.
ProcessDocumentsOnce bool
Indicates whether this pipeline only processes documents once.
GitHub