ValidationGetResponse 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.
List of issues and summary information related to the requested validation processing.
public ref class ValidationGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class ValidationGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type ValidationGetResponse = class
inherit MessageResponse
Public Class ValidationGetResponse
Inherits MessageResponse
- Inheritance
- Attributes
Constructors
ValidationGetResponse() |
Default constructor |
Properties
EntitySummaryItems |
Summary information per entity. |
IsRunning |
Tells the user if validation is running for this particular criteria. |
OperationResult |
Specifies the operation result. (Inherited from MessageResponse) |
SummaryItems |
Summary information per validation status. Counts per status. |
TotalIssueCount |
Specifies the total number of validation issues. |
ValidateErrorList |
List of errors that occurred during validation |
ValidationIssueList |
List of issues that need to be corrected. |
VersionLastValidated |
Specifies the date version was last validated |