Recipe.

Apply(IEngine) Method

Summary

This will reflect over all static Wyam.Common.Execution.Pipeline properties in the derived class and will add their modules as pipelines to the engine. This operation depends on Wyam.Common.Util.SourceInfoAttribute having been applied to all the properties in order to ensure proper ordering.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Configuration
Containing Type
Recipe

Syntax

public virtual void Apply(IEngine engine)

Parameters

Name Type Description
engine IEngine The engine.

Return Value

Type Description
void
GitHub