DelegateAnalyzer Class
An analyzer that runs a delegate.
Namespace
Statiq.Common
Interfaces
Base Types
graph BT Type-->Base0["Analyzer"] click Base0 "/api/Statiq.Common/Analyzer" Base0-->Base1["object"] Type-.->Interface0["IAnalyzer"] click Interface0 "/api/Statiq.Common/IAnalyzer" Type["DelegateAnalyzer"] class Type type-node

Syntax

public class DelegateAnalyzer : Analyzer, IAnalyzer

Constructors

Properties

Name Property Type Summary
LogLevel LogLevel
The level at which this analyzer should log.
Inherited from Analyzer
PipelinePhases MultiValueDictionary<string, Phase>
The pipelines and phases this analyzer will be run after.
Inherited from Analyzer

Methods

Name Return Value Summary
AnalyzeAsync(IAnalyzerContext) Task
AnalyzeDocumentAsync(IDocument, IAnalyzerContext) Task
Analyzes an individual document.
Inherited from Analyzer
BeforeEngineExecutionAsync(IEngine, Guid) Task
Called for each analyzer instance before each execution.
Inherited from Analyzer

Extension Methods