Classe ValidationGetResponse
Holds the response values for the validation get request.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.ValidationGetResponse
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "ValidationGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class ValidationGetResponse
'Utilizzo
Dim instance As ValidationGetResponse
[MessageContractAttribute(WrapperName = "ValidationGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class ValidationGetResponse
[MessageContractAttribute(WrapperName = L"ValidationGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class ValidationGetResponse
[<MessageContractAttribute(WrapperName = "ValidationGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type ValidationGetResponse = class end
public class ValidationGetResponse
Nel tipo ValidationGetResponse sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ValidationGetResponse() | Initializes a new instance of the ValidationGetResponse class that has default values. | |
ValidationGetResponse(Boolean, OperationResult, Collection<ValidationSummaryItem>, Int32, Collection<ValidationIssue>) | Initializes a new instance of the ValidationGetResponse class with specified properties. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
IsRunning | Notifies the user that, if true, validation is running for these particular criteria. | |
OperationResult | The operation result, including a unique ID for tracking and logging. | |
SummaryItems | The summary information per validation status. Counts per status. | |
TotalIssueCount | Gets or sets the total number of validation issues. | |
ValidationIssueList | The list of issues that need to be corrected. |
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.