ValidationGetResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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. |