ValidationProcessResponse 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 back from the validation process.
public ref class ValidationProcessResponse
[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="ValidationProcessResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessResponse
[<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="ValidationProcessResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationProcessResponse = class
Public Class ValidationProcessResponse
- Inheritance
-
ValidationProcessResponse
- Attributes
Constructors
ValidationProcessResponse() |
Initializes a new instance of the ValidationProcessResponse class that has default values. |
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. |
Fields
OperationResult |
The operation result, including a unique ID for tracking and logging. |
ValidationIssueList |
The validation issue list. |
ValidationProcessResult |
The validation process result. |