Compartir a través de


Clase ValidationProcessResponse

Holds the response values back from the validation process.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.ValidationProcessResponse

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<MessageContractAttribute(WrapperName := "ValidationProcessResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class ValidationProcessResponse
'Uso
Dim instance As ValidationProcessResponse
[MessageContractAttribute(WrapperName = "ValidationProcessResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class ValidationProcessResponse
[MessageContractAttribute(WrapperName = L"ValidationProcessResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class ValidationProcessResponse
[<MessageContractAttribute(WrapperName = "ValidationProcessResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type ValidationProcessResponse =  class end
public class ValidationProcessResponse

El tipo ValidationProcessResponse expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ValidationProcessResponse() Initializes a new instance of the ValidationProcessResponse class that has default values.
Método público ValidationProcessResponse(OperationResult, Collection<ValidationIssue>, ValidationProcessResult) Initializes a new instance of the ValidationProcessResponse class that has the specified operation result, validation issue list, and validation process result.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo público OperationResult The operation result, including a unique ID for tracking and logging.
Campo público ValidationIssueList The validation issue list.
Campo público ValidationProcessResult The validation process result.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices