ValidationGetResponse Class

Definition

Holds the response values for the validation get request.

public ref class ValidationGetResponse
[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="ValidationGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationGetResponse
[<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="ValidationGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationGetResponse = class
Public Class ValidationGetResponse
Inheritance
ValidationGetResponse
Attributes

Constructors

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.

Fields

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.

Applies to