An analyzer that runs a delegate.
- Namespace
- Statiq
.Common - Interfaces
- Base Types
-
- object
- Analyzer
Syntax
public class DelegateAnalyzer : Analyzer, IAnalyzer
Constructors
Name | Summary |
---|---|
DelegateAnalyzer |
Properties
Name | Property Type | Summary |
---|---|---|
LogLevel | LogLevel |
The level at which this analyzer should log.
Inherited from Analyzer
|
PipelinePhases | MultiValueDictionary |
The pipelines and phases this analyzer will be run after.
Inherited from Analyzer
|
Methods
Name | Return Value | Summary |
---|---|---|
AnalyzeAsync |
Task | |
AnalyzeDocumentAsync |
Task |
Analyzes an individual document.
Inherited from Analyzer
|
Before |
Task |
Called for each analyzer instance before each execution.
Inherited from Analyzer
|