ValidationProcessOptions Class

Specifies validation process options, namely, whether to commit the version after validation, and whether to return the validation results.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.ValidationProcessOptions

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "ValidationProcessOptions", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationProcessOptions _
    Implements IExtensibleDataObject
'Usage
Dim instance As ValidationProcessOptions
[DataContractAttribute(Name = "ValidationProcessOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessOptions : IExtensibleDataObject
[DataContractAttribute(Name = L"ValidationProcessOptions", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ValidationProcessOptions : IExtensibleDataObject
[<DataContractAttribute(Name = "ValidationProcessOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationProcessOptions =  
    class
        interface IExtensibleDataObject
    end
public class ValidationProcessOptions implements IExtensibleDataObject

The ValidationProcessOptions type exposes the following members.

Constructors

  Name Description
Public method ValidationProcessOptions Initializes a new instance of the ValidationProcessOptions class.

Top

Properties

  Name Description
Public property CommitVersion Gets or sets a value that indicates whether the version being validated should be committed after validation.
Public property ExtensionData Gets or sets an object that contains extra data.
Public property ReturnValidationResults Gets or sets a value that indicates whether validation results should be returned after validation.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.