Share via


ValidationSearchCriteria-Klasse

Specifies search criteria for a validation get request.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..ValidationSearchCriteria

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

Syntax

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

Der ValidationSearchCriteria-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ValidationSearchCriteria Initializes a new instance of the ValidationSearchCriteria 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 MemberTypeId Gets or sets the member type.
Öffentliche Eigenschaft ModelId Gets or sets the globally unique identifier (GUID) or the name of a model.
Öffentliche Eigenschaft UserId Gets or sets the user ID. Issues are assigned to all users who can correct them.
Öffentliche Eigenschaft VersionId Gets or sets the globally unique identifier (GUID) or the 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.