ValidationProcessCriteria Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |