Problem Members
Include Protected Members
Include Inherited Members
Stores the details of a problem detected by a rule.
The Problem type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the Problem class.
Top
Methods
Name
Description
Returns whether two problems are equal. (Overrides Object.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns the hash code value. (Overrides Object.GetHashCode().)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets or sets the description of the problem.
Gets or sets the end column of the token.
Gets or sets the end line of the token.
Gets the string for displaying the error message.
Gets or sets the file that contains the detected problem.
Gets or sets the model element from which the problem is detected.
Gets or sets the rule used to detect the current problem.
Gets or sets the severity of the problem.
Gets or sets the start column of the token.
Gets or sets the start line of the token.
Top