ValidationGetResponse Class
List of issues and summary information related to the requested validation processing.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.MessageContracts::MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts::ValidationGetResponse
| Name | Description | |
|---|---|---|
![]() | ValidationGetResponse() | Default constructor |
| Name | Description | |
|---|---|---|
![]() | EntitySummaryItems | Gets or sets the summary information per entity. |
![]() | IsRunning | Gets or sets a value that indicates whether validation is running for this particular criteria. |
![]() | OperationResult | Specifies the operation result. (Inherited from MessageResponse.) |
![]() | SummaryItems | Gets or sets the summary information per validation status. Counts per status. |
![]() | TotalIssueCount | Gets or sets the total number of validation issues. |
![]() | ValidateErrorList | Gets or sets the list of errors that occurred during validation. |
![]() | ValidationIssueList | Gets or sets the list of issues that need to be corrected. |
![]() | VersionLastValidated | Gets or sets the date version was last 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.


