Interface IComponentEndIssueDetector
- Namespace
- CodeStage.Maintainer.Issues.Detectors
- Assembly
- Build.dll
Use this interface to detect issues in Components after scanning their contents.
public interface IComponentEndIssueDetector : IComponentEndScanListener<DetectorResults>
- Inherited Members
Properties
ComponentTypes
Specifies which Component Types this detector should check.
Type[] ComponentTypes { get; }
Property Value
- Type[]