Base class for modules that rely on multiple config values and could apply to input documents (or not) depending
on whether the config delegate requires them.
- Namespace
- Statiq
.Common - Interfaces
- Base Types
graph BT
Type-->Base0["MultiConfigModule"]
click Base0 "/api/Statiq.Common/MultiConfigModule"
Base0-->Base1["MultiConfigModuleBase"]
click Base1 "/api/Statiq.Common/MultiConfigModuleBase"
Base1-->Base2["Module"]
click Base2 "/api/Statiq.Common/Module"
Base2-->Base3["object"]
Type-.->Interface0["IModule"]
click Interface0 "/api/Statiq.Common/IModule"
Type["SyncMultiConfigModule"]
class Type type-node
Syntax
public abstract class SyncMultiConfigModule : MultiConfigModule, IModule
Constructors
Name | Summary |
---|---|
Sync |
Creates a new config module. |
Sync |
Creates a new config module. |
Properties
Name | Property Type | Summary |
---|---|---|
Configs | IReadOnlyDictionary |
Inherited from Multi
|
Force |
bool |
Inherited from Multi
|