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