Method to be implemented by the author that corrects the rule violation.
public virtual
bool Correct(
int correctionOptionIndex);
Parameters
-
correctionOptionIndex
-
Index for AutoCorrectionOptions
Return Value
True if violation was corrected succesfully; else False
Implements
IRule.Correct
Remarks
Example
See Also
AbstractRuleBase Class | SubMain.CodeItRight.Sdk.Rules Namespace | AbstractRuleBase.Correct Overload List