Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies validation process options, namely, whether to commit the version after validation, and whether to return the validation results.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.ValidationProcessOptions
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "ValidationProcessOptions", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationProcessOptions _
Inherits DataContractBase
'Usage
Dim instance As ValidationProcessOptions
[DataContractAttribute(Name = "ValidationProcessOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessOptions : DataContractBase
[DataContractAttribute(Name = L"ValidationProcessOptions", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ValidationProcessOptions : public DataContractBase
[<DataContractAttribute(Name = "ValidationProcessOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationProcessOptions =
class
inherit DataContractBase
end
public class ValidationProcessOptions extends DataContractBase
The ValidationProcessOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ValidationProcessOptions | Initializes a new instance of the ValidationProcessOptions class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.