Documentation for this section has not yet been entered.
Syntax
public enum RuleResult
Remarks
Members
Member Name | Description |
---|
Abort |
Rules should never report this. The framework will use
this value to track errors in rule execution.
|
DoesNotApply |
Rules returns this if the required conditions to execute
are not matched. This is useful to make rules more
readable (it's not a real success) and for statistics.
|
Failure |
Rules returns this if it has executed its logic and has
found one or more defects.
|
Success |
Rules returns this if it has executed its logic and has
not found any defect.
|
Requirements
Namespace: Gendarme.Framework
Assembly: Gendarme.Framework (in Gendarme.Framework.dll)
Assembly Versions: 2.8.0.0