Summary
The primary module interface for classes that can transform or otherwise operate on documents.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .Modules - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IModule"]
click Interface0 "/api/Wyam.Common.Modules/IModule"
Type["CountModule"]
class Type type-node
Syntax
public class CountModule : IModule
Constructors
Name | Summary |
---|---|
CountModule |
Properties
Name | Value | Summary |
---|---|---|
AdditionalOutputs | int | |
CloneSource | bool | |
ExecuteCount | int | |
InputCount | int | |
OutputCount | int | |
Value | int | |
ValueKey | string |
Methods
Name | Value | Summary |
---|---|---|
Execute |
IEnumerable |
This should not be called directly, instead call
IExecutionContext.Execute() if you need to execute a module from within another module.
|