Summary
Wraps a module and gives it a name for use with
Wyam.Common.Modules.ModuleList
.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Modules - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IModule"]
click Interface0 "/api/Wyam.Common.Modules/IModule"
Type["NamedModule"]
class Type type-node
Syntax
public class NamedModule : IModule
Constructors
Name | Summary |
---|---|
NamedModule |
Wraps a module and gives it the specified name. |
Properties
Methods
Name | Value | Summary |
---|---|---|
Execute |
IEnumerable |
Passes execution to the wrapped module.
|