Condividi tramite


Classe ValidationGetResponse

Represents a response message complex type that holds the response values for the validation get request.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageResponse
    Microsoft.MasterDataServices.Services.MessageContracts..::..ValidationGetResponse

Spazio dei nomi  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<MessageContractAttribute> _
Public Class ValidationGetResponse _
    Inherits MessageResponse
'Utilizzo
Dim instance As ValidationGetResponse
[MessageContractAttribute]
public class ValidationGetResponse : MessageResponse
[MessageContractAttribute]
public ref class ValidationGetResponse : public MessageResponse
[<MessageContractAttribute>]
type ValidationGetResponse =  
    class
        inherit MessageResponse
    end
public class ValidationGetResponse extends MessageResponse

Nel tipo ValidationGetResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ValidationGetResponse Initializes a new instance of the ValidationGetResponse class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica IsRunning Gets or sets a value indicating whether the process is running.
Proprietà pubblica OperationResult Gets or sets the result of an operation. Ereditato da MessageResponse.
Proprietà pubblica SummaryItems Gets or sets an array of summary items.
Proprietà pubblica ValidationIssueList Gets or sets an array of validation issues.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.