ValidationProcessCriteria Class

Definition

Specifies the validation process criteria.

public ref class ValidationProcessCriteria : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="ValidationProcessCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<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

Remarks

The ValidationProcessCriteria specifies the validation process criteria to be validated.

Constructors

ValidationProcessCriteria()

Default Constructor

Properties

EntityId

Specifies the entity to process

Members

Specifies the members to process

ModelId

Specifies the model to process

VersionId

Specifies the version to process

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