- Namespace:
- Redakt.ContentManagement.Configuration.Analyzer
- Assembly:
- Redakt.ContentManagement.dll
Classes implementing this interface are used to configure content type definitions on startup. Analyzer passes that should run must be added to the {P:Redakt.ContentManagement.Configuration.Analyzer.ContentTypeAnalyzerOptions.AnalyzerPasses} list by configuring the ContentTypeAnalyzerOptions on service registration. The class must not be registered with the DI container itself. The pass should be deterministic, i.e. running the pass twice with the same input must not modify the collection.
public interface IContentTypeAnalyzerPass
Methods
Implemented by