Share via


ValidationProcessCriteria-Klasse

Represents criteria for the validation process.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..ValidationProcessCriteria

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "ValidationProcessCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationProcessCriteria
'Usage
Dim instance As ValidationProcessCriteria
[DataContractAttribute(Name = "ValidationProcessCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessCriteria
[DataContractAttribute(Name = L"ValidationProcessCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ValidationProcessCriteria
[<DataContractAttribute(Name = "ValidationProcessCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationProcessCriteria =  class end
public class ValidationProcessCriteria

Der ValidationProcessCriteria-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ValidationProcessCriteria() () () () Initializes a new instance of the ValidationProcessCriteria class with default values.
Öffentliche Methode ValidationProcessCriteria(Collection< (Of < <' (MemberIdentifier> ) > > )) Initializes a new instance of the ValidationProcessCriteria class with the specified member collection.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft EntityId Gets or sets a GUID or the name of an entity to further restrict output.
Öffentliche Eigenschaft Members Gets or sets member codes (in combination with entity) to retrieve transactions for one or more specific members.
Öffentliche Eigenschaft ModelId Gets or sets a GUID or the exact name of a model.
Öffentliche Eigenschaft VersionId Gets or sets a GUID or the exact name of a version.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.