ValidatorIssue Class

Definition

An issue found during the processing of a fetchxml query using the ValidateFetchXmlExpressionRequest class.

public ref class ValidatorIssue
[System.Runtime.Serialization.DataContract(Name="ValidatorIssue", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public class ValidatorIssue
[<System.Runtime.Serialization.DataContract(Name="ValidatorIssue", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type ValidatorIssue = class
Public Class ValidatorIssue
Inheritance
ValidatorIssue
Attributes

Constructors

ValidatorIssue()

Instantiates a new instance of the ValidatorIssue class.

Properties

LocalizedMessageText

Gets or sets text describing an issue found.

OptionalPropertyBag

Gets or sets additonal properties which can help describe the problem in more detail.

Severity

Gets or sets a scale of how severe an issue is. Scale from 0 (low) to 3 (critical).

TypeCode

Gets or sets a unique code for the type of issue.

Applies to