ValidationIssue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A validation issue that is recorded against a master data member and attribute based on a validation business rule.
public ref class ValidationIssue : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="ValidationIssue", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationIssue : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="ValidationIssue", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationIssue = class
inherit DataContractBase
Public Class ValidationIssue
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The ValidationIssue complex type specifies a validation issue that is recorded against a master data member and attribute based on a validation business rule.
Constructors
ValidationIssue() |
Default constructor |
Properties
AuditInfo |
Specifies the audit information for the issue |
BusinessRuleId |
Specifies the identifier of the related business rule that created this issue |
BusinessRuleItemCategory |
Specifies the type of the related business rule action that created this issue |
BusinessRuleItemId |
Specifies the identifier of the related business rule action that created this issue |
Description |
Specifies the description of the issue |
EntityId |
Specifies the entity of the issue |
HierarchyId |
Specifies the hierarchy of the issue. |
Id |
Specifies the identifier of the issue |
MemberId |
Specifies the member of the issue |
ModelId |
Specifies the model of the issue |
NotificationSent |
True if this issue has been sent out |
VersionId |
Specifies the version of the issue |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |