Partilhar via


Classe ValidationSearchCriteria

Specifies search criteria for a validation get request.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.ValidationSearchCriteria

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

Sintaxe

'Declaração
<DataContractAttribute(Name := "ValidationSearchCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ValidationSearchCriteria _
    Inherits DataContractBase
'Uso
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

O tipo ValidationSearchCriteria expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ValidationSearchCriteria Initializes a new instance of the ValidationSearchCriteria class.

Início

Propriedades

  Nome Descrição
Propriedade pública EntityId Gets or sets the globally unique identifier (GUID) or the name of an entity to further restrict output.
Propriedade pública ExtensionData Gets or sets the structure that contains extra data. (Herdado de DataContractBase.)
Propriedade pública Members Gets or sets member codes (in combination with entity) to retrieve transactions for one or more specific members.
Propriedade pública MemberTypeId Gets or sets the member type.
Propriedade pública ModelId Gets or sets the globally unique identifier (GUID) or the name of a model.
Propriedade pública OmitIssuesList Gets or sets whether to omit the list of validation issues from the response.
Propriedade pública OmitSummary Gets or sets whether to omit the summary from the response.
Propriedade pública PageNumber Gets or sets the page number.
Propriedade pública PageSize Gets or sets the page size.
Propriedade pública SortColumn Gets or sets the sort column.
Propriedade pública SortDirection Gets or sets the sort direction.
Propriedade pública UserId Gets or sets the user ID. Issues are assigned to all users who can correct them.
Propriedade pública VersionId Gets or sets the globally unique identifier (GUID) or the name of a version.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices