Share via


ValidationProcessCriteria-Klasse

Specifies the validation process criteria for members to be validated.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..ValidationProcessCriteria

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

Syntax

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

Der ValidationProcessCriteria-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ValidationProcessCriteria Initializes a new instance of the ValidationProcessCriteria class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft EntityId Gets or sets the globally unique identifier (GUID) or the name of an entity to further restrict output.
Öffentliche Eigenschaft ExtensionData Gets or sets an object that contains extra data.
Ö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 the globally unique identifier (GUID) or the exact name of a model.
Öffentliche Eigenschaft VersionId Gets or sets the globally unique identifier (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.