ValidationProcessOptions Class

Definition

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

public ref class ValidationProcessOptions : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="ValidationProcessOptions", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessOptions : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<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

Constructors

ValidationProcessOptions()

Initializes a new instance of the ValidationProcessOptions class.

Properties

CommitVersion

Gets or sets a value that indicates whether the version being validated should be committed after validation.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
ReturnValidationResults

Gets or sets a value that indicates whether validation results should be returned after validation.

ValidateEntityAsync

Gets or sets a value that indicates whether the entity async should be validated.

Applies to