ValidationIssue Class
A validation issue that is recorded against a master data member and attribute based on a validation business rule.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::ValidationIssue
| Name | Description | |
|---|---|---|
![]() | ValidationIssue() | Default constructor |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Gets or sets the audit information for the issue. |
![]() | BusinessRuleId | Gets or sets the identifier of the business rule that created the validation issue. |
![]() | BusinessRuleItemCategory | Gets or sets the type of the related business rule action that created this issue. |
![]() | BusinessRuleItemId | Gets or sets the identifier of the related business rule item that created the validation issue. |
![]() | Description | Gets or sets the description of the issue. |
![]() | EntityId | Gets or sets the entity of the 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 issue. |
![]() | MemberId | Gets or sets the member of the issue. |
![]() | ModelId | Gets or sets the model of the issue. |
![]() | NotificationSent | Gets or sets a value that indicates whether this issue has been sent out. |
![]() | VersionId | Gets or sets the version of the issue. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The ValidationIssue complex type specifies a validation issue that is recorded against a master data member and attribute based on a validation business rule.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


