ValidationGetResponse Class

Definition

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
ValidationGetResponse
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

Applies to