Partager via


Classe ValidationSearchCriteria

Represents the criteria when searching for validation issues.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.ValidationSearchCriteria

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

Syntaxe

'Déclaration
<DataContractAttribute(Name := "ValidationSearchCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationSearchCriteria _
    Inherits DataContractBase
'Utilisation
Dim instance As ValidationSearchCriteria
[DataContractAttribute(Name = "ValidationSearchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationSearchCriteria : DataContractBase
[DataContractAttribute(Name = L"ValidationSearchCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ValidationSearchCriteria : public DataContractBase
[<DataContractAttribute(Name = "ValidationSearchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationSearchCriteria =  
    class 
        inherit DataContractBase 
    end
public class ValidationSearchCriteria extends DataContractBase

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 identifier of an entity.
Propriété publique Members Gets or sets the members for the search.
Propriété publique MemberTypeId Gets or sets the identifier of the member type.
Propriété publique ModelId Gets or sets the identifier of the model.
Propriété publique OmitIssuesList Gets or sets a value that indicates whether the list of validation issues omit from the response.
Propriété publique OmitSummary Gets or sets whether the search criteria omits the summary items from the response.
Propriété publique PageNumber Gets or sets the page number.
Propriété publique PageSize Gets or sets the page size.
Propriété publique SortColumn Gets or sets the sort column.
Propriété publique SortDirection Gets or sets the sort direction.
Propriété publique UserId Gets or sets the identifier of the user.
Propriété publique VersionId Gets or sets the identifier of the 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 protégée SetProperty<T> Infrastructure. Sets the property using the specified values. (hérité de DataContractBase.)
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.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Services.DataContracts