ValidationProcessOptions Class
Validation options for validation process.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::ValidationProcessOptions
| Name | Description | |
|---|---|---|
![]() | ValidationProcessOptions() | Default Constructor |
| Name | Description | |
|---|---|---|
![]() | CommitVersion | Gets or sets a value that indicates whether the version being validated should be committed after validation. |
![]() | ReturnChangedMemberIds | Gets or sets whether to retrieve identifiers of members that have been updated during the validation process. |
![]() | ReturnValidationResults | Gets or sets whether the validation results are returned after validation. |
![]() | ValidateEntityAsync | Gets a value that indicates whether an option instructs the server to perform entity validations asynchronously. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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.) |
![]() | ToString() | (Inherited from Object.) |
The ValidationProcessOptions specifies the validation options for validation process.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


