ValidationProcessResponse Klasse

Definition

Enthält die Antwortwerte des Überprüfungsprozesses.

public ref class ValidationProcessResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="ValidationProcessResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="ValidationProcessResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationProcessResponse = class
Public Class ValidationProcessResponse
Vererbung
ValidationProcessResponse
Attribute

Konstruktoren

ValidationProcessResponse()

Initialisiert eine neue Instanz der ValidationProcessResponse-Klasse, die Standardwerte aufweist.

ValidationProcessResponse(OperationResult, Collection<ValidationIssue>, ValidationProcessResult)

Initialisiert eine neue Instanz der ValidationProcessResponse-Klasse, die das angegebene Vorgangsergebnis, die Überprüfungsproblemliste und das Überprüfungsprozessergebnis hat.

Felder

OperationResult

Das Vorgangsergebnis, einschließlich einer eindeutigen ID zur Nachverfolgung und Protokollierung.

ValidationIssueList

Die Überprüfungsproblemliste.

ValidationProcessResult

Das Überprüfungsprozessergebnis.

Gilt für: