ValidationProcessCriteria Class

Definition

Specifies the validation process criteria for members to be validated.

public ref class ValidationProcessCriteria : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="ValidationProcessCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessCriteria : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="ValidationProcessCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationProcessCriteria = class
    inherit DataContractBase
Public Class ValidationProcessCriteria
Inherits DataContractBase
Inheritance
ValidationProcessCriteria
Attributes

Constructors

ValidationProcessCriteria()

Initializes a new instance of the ValidationProcessCriteria class.

Properties

EntityId

Gets or sets the globally unique identifier (GUID) or the name of an entity to further restrict output.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
Members

Gets or sets member codes (in combination with entity) to retrieve transactions for one or more specific members.

ModelId

Gets or sets the globally unique identifier (GUID) or the exact name of a model.

VersionId

Gets or sets the globally unique identifier (GUID) or the exact name of a version.

Applies to