NamingRuleBase.Correct Method (Int32)
| CodeIt.Right SDK Class Library |
|
NamingRuleBase.Correct Method (Int32)
Method corrects the violations for the rule instance.
public override
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
NamingRuleBase Class | SubMain.CodeItRight.Sdk.Rules Namespace | NamingRuleBase.Correct Overload List