Feeds Class
Namespace
Statiq.Web.Pipelines
Interfaces
Base Types
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["Feeds"] class Type type-node

Syntax

public class Feeds : Pipeline, IPipeline, IReadOnlyPipeline

Constructors

Name Summary
Feeds()

Properties

Name Property Type Summary
Dependencies HashSet<string>
Inherited from Pipeline
DependencyOf HashSet<string>
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
PostProcessHasDependencies 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

Methods

Name Return Value Summary
IsFeed(IDocument) bool
static

Extension Methods

Name Value Summary
AlwaysExecute<Feeds>() TPipeline
AsDependencyOf<Feeds>(IEnumerable<string>) TPipeline
AsDependencyOf<Feeds>(string[]) TPipeline
AsDeployment<Feeds>(bool) TPipeline
AsIsolated<Feeds>(bool) TPipeline
AsPostProcessHasDependencies<Feeds>(bool) TPipeline
GetAllDependencies(IExecutionState) IEnumerable<string>
Gets all dependencies of this pipeline including DependencyOf declarations.
GetAllDependencies(IReadOnlyPipelineCollection) IEnumerable<string>
Gets all dependencies of this pipeline including DependencyOf declarations.
ManuallyExecute<Feeds>() TPipeline
NormallyExecute<Feeds>() TPipeline
ThrowIfNull<Feeds>(string) T
ToDocument<Feeds>(IContentProvider) IDocument
ToDocument<Feeds>(IEnumerable<KeyValuePair<string, object>>, IContentProvider) IDocument
ToDocument<Feeds>(NormalizedPath, IContentProvider) IDocument
ToDocument<Feeds>(NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) IDocument
ToDocument<Feeds>(NormalizedPath, NormalizedPath, IContentProvider) IDocument
ToDocument<Feeds>(NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) IDocument
WithDependencies<Feeds>(IEnumerable<string>) TPipeline
WithDependencies<Feeds>(string[]) TPipeline
WithExecutionPolicy<Feeds>(ExecutionPolicy) TPipeline
WithInputConfig<Feeds>(Config<object>) TPipeline
WithInputModules<Feeds>(IEnumerable<IModule>) TPipeline
WithInputModules<Feeds>(IModule[]) TPipeline
WithOutputConfig<Feeds>(Config<object>) TPipeline
WithOutputModules<Feeds>(IEnumerable<IModule>) TPipeline
WithOutputModules<Feeds>(IModule[]) TPipeline
WithPostProcessConfig<Feeds>(Config<object>) TPipeline
WithPostProcessModules<Feeds>(IEnumerable<IModule>) TPipeline
WithPostProcessModules<Feeds>(IModule[]) TPipeline
WithProcessConfig<Feeds>(Config<object>) TPipeline
WithProcessModules<Feeds>(IEnumerable<IModule>) TPipeline
WithProcessModules<Feeds>(IModule[]) TPipeline