ValidationProcessResult Class

Definition

Holds validation process results.

public ref class ValidationProcessResult : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="ValidationProcessResult", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessResult : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<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

Constructors

ValidationProcessResult()

Initializes a new instance of the ValidationProcessResult class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
MembersInvalidCount

Gets or sets the number of members found to be not valid during validation.

MembersValidatedCount

Gets or sets of the number of members validated as part of validation proc.

MembersValidCount

Gets or sets the number of members found to be valid during validation.

Applies to