RuleConfiguration

Use the objects of the RuleConfiguration class to access the configuration information of a rule. A rule configuration contains the enabled state, severity, description, and other information for a specific rule. The sequence analyzer stores the configuration information of a rule in an analyzer project.

In a rule configuration module, use the RuleConfigurationContext.RuleConfiguration property to obtain an instance of this class.

In an analysis module, use the AnalysisContext.GetRuleConfiguration method to obtain an instance of this class.

Properties

See Also

Accessing Rule Configuration Data in Rule Configuration Modules and Analysis Modules

AnalysisContext.GetRuleConfiguration

Creating Analysis Modules

Creating Rule Configuration Modules

RuleConfigurationContext.RuleConfiguration