ValidationGetResponse Class
Holds the response values for the validation get request.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Name | Description | |
|---|---|---|
![]() | ValidationGetResponse() | Initializes a new instance of the ValidationGetResponse class that has default values. |
![]() | ValidationGetResponse(Boolean, OperationResult^, Collection<ValidationSummaryItem^>^, Int32, Collection<ValidationIssue^>^) | Initializes a new instance of the ValidationGetResponse class with specified properties. |
| 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.) |
| Name | Description | |
|---|---|---|
![]() | IsRunning | Notifies the user that, if true, validation is running for these particular criteria. |
![]() | OperationResult | The operation result, including a unique ID for tracking and logging. |
![]() | SummaryItems | The summary information per validation status. Counts per status. |
![]() | TotalIssueCount | Gets or sets the total number of validation issues. |
![]() | ValidationIssueList | The list of issues that need to be corrected. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


