ValidationProcessResult Class

Definition

Contains validations results.

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

Remarks

The ValidationProcessResult contains validations results.

Constructors

ValidationProcessResult()

Initializes a new instance of the ValidationProcessResult class.

Properties

MembersInvalidCount

Specifies the number of members that are invalid.

MembersValidatedCount

Specifies the number of members that are validated.

MembersValidCount

Specifies the number of members that are valid.

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