Partager via


Classe ValidationIssue

Represents a validation issue recorded against a master data member and attribute based on a validation business rule.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..ValidationIssue

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "ValidationIssue", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationIssue
'Utilisation
Dim instance As ValidationIssue
[DataContractAttribute(Name = "ValidationIssue", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationIssue
[DataContractAttribute(Name = L"ValidationIssue", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ValidationIssue
[<DataContractAttribute(Name = "ValidationIssue", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationIssue =  class end
public class ValidationIssue

Le type ValidationIssue expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ValidationIssue Initializes a new instance of the ValidationIssue class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AuditInfo Gets or sets an AuditInfo complex type.
Propriété publique BusinessRuleId Gets or sets the identifier of the business rule that created the validation issue.
Propriété publique BusinessRuleItemId Gets or sets the identifier of the action in the business rule that created the validation issue.
Propriété publique Description Gets or sets the description of the business rule issue.
Propriété publique EntityId Gets or sets the identifier of the entity associated with the validation issue.
Propriété publique HierarchyId Gets or sets the identifier of the hierarchy associated with the validation issue (if applicable).
Propriété publique Id Gets or sets the identifier of the validation issue.
Propriété publique MemberId Gets or sets the MemberIdentifier of the master data member associated with the validation issue.
Propriété publique ModelId Gets or sets the identifier of the model associated with the validation issue.
Propriété publique NotificationSent Gets or sets a value indicating whether a notification has been sent for the validation issue.
Propriété publique VersionId Gets or sets the identifier of the version associated with the validation issue.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.