ValidationError 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.
An error that is recorded during business rule validation.
public ref class ValidationError : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="ValidationError", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationError : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="ValidationError", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationError = class
inherit DataContractBase
Public Class ValidationError
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The ValidationError complex type represents an error that is recorded during business rule validation.
Constructors
ValidationError() |
Default constructor |
Properties
EntityId |
Specify the entity that the error belongs to. |
ErrorMessage |
Specify Error message |
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. |