Partager via


Classe ValidationSearchCriteria

Specifies search criteria for a validation get request.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "ValidationSearchCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationSearchCriteria _
    Implements IExtensibleDataObject
'Utilisation
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

Le type ValidationSearchCriteria expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ValidationSearchCriteria Initializes a new instance of the ValidationSearchCriteria class.

Haut de la page

Propriétés

  Nom Description
Propriété publique EntityId Gets or sets the globally unique identifier (GUID) or the name of an entity to further restrict output.
Propriété publique ExtensionData Gets or sets an object that contains extra data.
Propriété publique Members Gets or sets member codes (in combination with entity) to retrieve transactions for one or more specific members.
Propriété publique MemberTypeId Gets or sets the member type.
Propriété publique ModelId Gets or sets the globally unique identifier (GUID) or the name of a model.
Propriété publique UserId Gets or sets the user ID. Issues are assigned to all users who can correct them.
Propriété publique VersionId Gets or sets the globally unique identifier (GUID) or the name of a version.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.