ValidationProcessOptions Class
Specifies validation process options, namely, whether to commit the version after validation, and whether to return the validation results.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.ValidationProcessOptions
Name | Description | |
---|---|---|
![]() | ValidationProcessOptions() | Initializes a new instance of the ValidationProcessOptions class. |
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. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.