Table of Contents

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

string

AnalyzerId

The "AnalyzerId" attribute name.

public const string AnalyzerId = "AnalyzerId"

Field Value

string

Description

The "Description" attribute name.

public const string Description = "Description"

Field Value

string

Name

The "Name" attribute name.

public const string Name = "Name"

Field Value

string

RuleNamespace

The "RuleNamespace" attribute name.

public const string RuleNamespace = "RuleNamespace"

Field Value

string

RuleSet

The "RuleSet" element name.

public const string RuleSet = "RuleSet"

Field Value

string

Rules

The "Rules" element name.

public const string Rules = "Rules"

Field Value

string

ToolsVersion

The "ToolsVersion" attribute name.

public const string ToolsVersion = "ToolsVersion"

Field Value

string