Base class for modules that rely on multiple config values and could apply to input documents in parallel
(or not) depending on whether the config delegate requires them.
- Namespace
- Statiq
.Common - Interfaces
- Base Types
-
- object
- Module
- Multi
Config Module Base
- Derived Types
graph BT
Type-->Base0["MultiConfigModuleBase"]
click Base0 "/api/Statiq.Common/MultiConfigModuleBase"
Base0-->Base1["Module"]
click Base1 "/api/Statiq.Common/Module"
Base1-->Base2["object"]
Type-.->Interface0["IModule"]
click Interface0 "/api/Statiq.Common/IModule"
Type-.->Interface1["IParallelModule"]
click Interface1 "/api/Statiq.Common/IParallelModule"
Type["ParallelMultiConfigModule"]
class Type type-node
Derived0["ParallelSyncMultiConfigModule"]-->Type
click Derived0 "/api/Statiq.Common/ParallelSyncMultiConfigModule"
Syntax
public abstract class ParallelMultiConfigModule : MultiConfigModuleBase, IModule, IParallelModule
Constructors
Name | Summary |
---|---|
Parallel |
Creates a new config module. |
Parallel |
Creates a new config module. |
Properties
Name | Property Type | Summary |
---|---|---|
Configs | IReadOnlyDictionary |
Inherited from Multi
|
Force |
bool |
Inherited from Multi
|
Parallel | bool |
Indicates whether documents will be
processed by this module in parallel.
|