ValidationProcessOptions Class

Definition

Validation options for validation process.

public ref class ValidationProcessOptions : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="ValidationProcessOptions", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessOptions : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="ValidationProcessOptions", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationProcessOptions = class
    inherit DataContractBase
Public Class ValidationProcessOptions
Inherits DataContractBase
Inheritance
ValidationProcessOptions
Attributes

Remarks

The ValidationProcessOptions specifies the validation options for validation process.

Constructors

ValidationProcessOptions()

Default Constructor

Properties

CommitVersion

Specifies whether the version being validated is committed after validation.

ReturnChangedMemberIds

Specifies whether to retrieve identifiers of members that have been updated during the validation process.

ReturnValidationResults

Specifies whether the validation results are returned after validation.

ValidateEntityAsync

Specifies an option that instructs the server to perform entity validations asynchronously

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to