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
Public method ValidationSummaryItem Initializes a new instance of the ValidationSummaryItem class.

Top

Properties

  Name Description
Public property MemberCount Gets or sets a count of members that were validated.
Public property Status Gets or sets the status of the validation process at any given moment during the validation process.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.