ValidationProcessResponse Class

Definition

The ValidationProcessResponse element holds the response values back from the validation process.

public ref class ValidationProcessResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class ValidationProcessResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type ValidationProcessResponse = class
    inherit MessageResponse
Public Class ValidationProcessResponse
Inherits MessageResponse
Inheritance
ValidationProcessResponse
Attributes

Constructors

ValidationProcessResponse()

Properties

ChangedMemberIds

Specifies the changed member identifiers.

OperationResult

Specifies the operation result.

(Inherited from MessageResponse)
ValidationIssueList

Specifies the validation issue list

ValidationProcessResult

Specifies the validation process result

Applies to