- Assembly
- Wyam
.Configuration .dll - Namespace
- Wyam
.Configuration .Preprocessing - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IPreprocessor"]
click Interface0 "/api/Wyam.Configuration.Preprocessing/IPreprocessor"
Type["Preprocessor"]
class Type type-node
Syntax
public class Preprocessor : IPreprocessor
Properties
Name | Value | Summary |
---|---|---|
Directives | IEnumerable |
|
Values | IReadOnlyList |
Gets the current directive values.
|
Methods
Name | Value | Summary |
---|---|---|
AddValue |
void |
Adds values that will be persistent from one configuration to the next.
|
ContainsDirective |
bool |