- Namespace
- Statiq
.Web .Pipelines - Interfaces
- Base Types
-
- object
- Pipeline
graph BT
Type-->Base0["Pipeline"]
click Base0 "/api/Statiq.Core/Pipeline"
Base0-->Base1["object"]
Type-.->Interface0["IPipeline"]
click Interface0 "/api/Statiq.Common/IPipeline"
Type-.->Interface1["IReadOnlyPipeline"]
click Interface1 "/api/Statiq.Common/IReadOnlyPipeline"
Type["DirectoryMetadata"]
class Type type-node
Syntax
public class DirectoryMetadata : Pipeline, IPipeline, IReadOnlyPipeline
Constructors
Name | Summary |
---|---|
DirectoryMetadata |
Properties
Name | Property Type | Summary |
---|---|---|
Dependencies | HashSet |
Inherited from Pipeline
|
DependencyOf | HashSet |
Inherited from Pipeline
|
Deployment | bool |
Inherited from Pipeline
|
ExecutionPolicy | ExecutionPolicy |
Inherited from Pipeline
|
InputModules | ModuleList |
Modules that will execute during the input phase.
Inherited from Pipeline
|
Isolated | bool |
Inherited from Pipeline
|
OutputModules | ModuleList |
Modules that will execute during the output phase.
Inherited from Pipeline
|
Post |
bool |
Inherited from Pipeline
|
PostProcessModules | ModuleList |
Modules that will execute during the post-process phase.
Inherited from Pipeline
|
ProcessModules | ModuleList |
Modules that will execute during the process phase.
Inherited from Pipeline
|