ValidationProcessResponse Klasse

Definition

Hält die Antwortwerte aus dem Validierungsprozess zurück.

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

Name Beschreibung
ValidationProcessResponse()

Initialisiert eine neue Instanz der ValidationProcessResponse Klasse mit Standardwerten.

ValidationProcessResponse(OperationResult, Collection<ValidationIssue>, ValidationProcessResult)

Initialisiert eine neue Instanz der ValidationProcessResponse Klasse, die das spezifizierte Operationsergebnis, die Validierungs-Issue-Liste und das Validierungsprozess-Ergebnis enthält.

Felder

Name Beschreibung
OperationResult

Das Operationsergebnis beinhaltet eine eindeutige ID für Tracking und Protokollierung.

ValidationIssueList

Die Liste der Validierungsprobleme.

ValidationProcessResult

Das Ergebnis des Validierungsprozesses.

Gilt für: