Interface IAssetEndIssueDetector
- Namespace
- CodeStage.Maintainer.Issues.Detectors
- Assembly
- Build.dll
Use this interface to detect issues in Assets after scanning their contents.
public interface IAssetEndIssueDetector : IAssetEndScanListener<DetectorResults>
- Inherited Members
Properties
AssetTypes
Specifies which asset types this detector should check.
Type[] AssetTypes { get; }
Property Value
- Type[]