ValidationProcessOptions 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.
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
- 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. |