EntityValidationSummary Class
Entity summary information related to the data that was validated.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
| Name | Description | |
|---|---|---|
![]() | EntityValidationSummary() | Initializes a new instance of the EntityValidationSummary class. |
| Name | Description | |
|---|---|---|
![]() | EntityId | Gets or sets the entity identifier. |
![]() | EntityLastValidated | Gets or sets the date entity that was last validated. |
![]() | SummaryItems | Gets or sets the summary information per validation status. |
![]() | VersionId | Gets or sets the version identifier. |
| 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.) |
The EntityValidationSummary specifies entity summary information related to the data that was validated.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


