Class RulesetConsts
- Namespace
- SunamoRuleset
- Assembly
- SunamoRuleset.dll
Contains constant strings used as XML element and attribute names in ruleset files.
public class RulesetConsts
- Inheritance
-
RulesetConsts
- Inherited Members
- Extension Methods
Fields
Action
The "Action" attribute name.
public const string Action = "Action"
Field Value
AnalyzerId
The "AnalyzerId" attribute name.
public const string AnalyzerId = "AnalyzerId"
Field Value
Description
The "Description" attribute name.
public const string Description = "Description"
Field Value
Name
The "Name" attribute name.
public const string Name = "Name"
Field Value
RuleNamespace
The "RuleNamespace" attribute name.
public const string RuleNamespace = "RuleNamespace"
Field Value
RuleSet
The "RuleSet" element name.
public const string RuleSet = "RuleSet"
Field Value
Rules
The "Rules" element name.
public const string Rules = "Rules"
Field Value
ToolsVersion
The "ToolsVersion" attribute name.
public const string ToolsVersion = "ToolsVersion"