SuppressedProblemInfo Class

Definition

Information about a problem being suppressed for a particular source. This information includes the source name and the rule whose problems should be suppressed.

public sealed class SuppressedProblemInfo
type SuppressedProblemInfo = class
Public NotInheritable Class SuppressedProblemInfo
Inheritance
SuppressedProblemInfo

Constructors

SuppressedProblemInfo(String, RuleConfiguration)

Creates a SuppressedProblemInfo for a given source name and rule

Properties

Rule

Gets a RuleConfiguration with information about the rule whose problems should be suppressed

SourceName

Gets the name of the source to be suppressed. This is commonly the path to a file on disk.

Methods

Equals(Object)

Equals(Object)

GetHashCode()

GetHashCode()

Applies to