ValidationProcessResponse Class
The ValidationProcessResponse element holds the response values back from the validation process.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.MessageContracts::MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts::ValidationProcessResponse
| Name | Description | |
|---|---|---|
![]() | ValidationProcessResponse() | Initializes a new instance of the ValidationProcessResponse class. |
| Name | Description | |
|---|---|---|
![]() | ChangedMemberIds | Gets or sets the changed member identifiers. |
![]() | OperationResult | Specifies the operation result. (Inherited from MessageResponse.) |
![]() | ValidationIssueList | Gets or sets the validation issue list. |
![]() | ValidationProcessResult | Gets or sets the validation process result. |
| 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.


