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.
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
- 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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |