ValidationProcessOptions Class
Represents a complex type to specify validation process options, namely: (a) whether to commit the version after validation and (b) whether to return back the validation results.
Inheritance Hierarchy
System.Object
  Microsoft.MasterDataServices.Services.DataContracts.ValidationProcessOptions
Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "ValidationProcessOptions", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationProcessOptions
'Usage
Dim instance As ValidationProcessOptions
[DataContractAttribute(Name = "ValidationProcessOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessOptions
[DataContractAttribute(Name = L"ValidationProcessOptions", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ValidationProcessOptions
[<DataContractAttribute(Name = "ValidationProcessOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationProcessOptions =  class end
public class ValidationProcessOptions
The ValidationProcessOptions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ValidationProcessOptions | Initializes a new instance of the ValidationProcessOptions class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | CommitVersion | Gets or sets a value indicating whether the version being validated should be committed after validation. | 
| .gif) | ReturnValidationResults | Gets or sets a value indicating whether validation results should be returned after validation. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.