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 | |
|---|---|---|
![]() |
ValidationIssue | Initializes a new instance of the ValidationIssue class. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
AuditInfo | Gets or sets an AuditInfo complex type. |
![]() |
BusinessRuleId | Gets or sets the identifier of the business rule that created the validation issue. |
![]() |
BusinessRuleItemId | Gets or sets the identifier of the action in the business rule that created the validation issue. |
![]() |
Description | Gets or sets the description of the business rule issue. |
![]() |
EntityId | Gets or sets the identifier of the entity associated with the validation issue. |
![]() |
HierarchyId | Gets or sets the identifier of the hierarchy associated with the validation issue (if applicable). |
![]() |
Id | Gets or sets the identifier of the validation issue. |
![]() |
MemberId | Gets or sets the MemberIdentifier of the master data member associated with the validation issue. |
![]() |
ModelId | Gets or sets the identifier of the model associated with the validation issue. |
![]() |
NotificationSent | Gets or sets a value indicating whether a notification has been sent for the validation issue. |
![]() |
VersionId | Gets or sets the identifier of the version associated with the validation issue. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
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.
.gif)
.gif)
.gif)