Condividi tramite


Classe ValidationSearchCriteria

Specifies search criteria for a validation get request.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

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

Nel tipo ValidationSearchCriteria sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ValidationSearchCriteria Initializes a new instance of the ValidationSearchCriteria class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices