ValidationSummaryItem Class

Definition

Summary information related to the data that was validated.

public ref class ValidationSummaryItem : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="ValidationSummaryItem", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationSummaryItem : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="ValidationSummaryItem", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationSummaryItem = class
    inherit DataContractBase
Public Class ValidationSummaryItem
Inherits DataContractBase
Inheritance
ValidationSummaryItem
Attributes

Remarks

The ValidationSummaryItem specifies the summary information related to the data that was validated.

Constructors

ValidationSummaryItem()

Initializes a new instance of the ValidationSummaryItem class.

Properties

MemberCount

Count of members with this particular validation status.

Status

The status associated with the member count.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to