ValidationSummaryItem Class
Represents a validation summary item.
Inheritance Hierarchy
System.Object
  Microsoft.MasterDataServices.Services.DataContracts.ValidationSummaryItem
Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "ValidationSummaryItem", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationSummaryItem
'Usage
Dim instance As ValidationSummaryItem
[DataContractAttribute(Name = "ValidationSummaryItem", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationSummaryItem
[DataContractAttribute(Name = L"ValidationSummaryItem", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ValidationSummaryItem
[<DataContractAttribute(Name = "ValidationSummaryItem", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationSummaryItem =  class end
public class ValidationSummaryItem
The ValidationSummaryItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ValidationSummaryItem | Initializes a new instance of the ValidationSummaryItem class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | MemberCount | Gets or sets a count of members that were validated. | 
| .gif) | Status | Gets or sets the status of the validation process at any given moment during the validation process. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.