Compartilhar via


Classe TransactionSearchCriteria

Represents the criteria used to get the Master Data Manager transactions.

Hierarquia de herança

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name := "TransactionSearchCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class TransactionSearchCriteria _
    Inherits DataContractBase
'Uso
Dim instance As TransactionSearchCriteria
[DataContractAttribute(Name = "TransactionSearchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class TransactionSearchCriteria : DataContractBase
[DataContractAttribute(Name = L"TransactionSearchCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class TransactionSearchCriteria : public DataContractBase
[<DataContractAttribute(Name = "TransactionSearchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TransactionSearchCriteria =  
    class 
        inherit DataContractBase 
    end
public class TransactionSearchCriteria extends DataContractBase

O tipo TransactionSearchCriteria expõe os membros a seguir.

Construtores

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

Início

Propriedades

  Nome Descrição
Propriedade pública AttributeId Gets or sets an attribute identifier.
Propriedade pública DateTimeBeginRange Gets or sets a beginning date/time filter.
Propriedade pública DateTimeEndRange Gets or sets an ending date/time filter.
Propriedade pública EntityId Gets or sets the identifier of an entity.
Propriedade pública ExplicitHierarchyId Gets or sets the identifier of an explicit hierarchy (for Move transactions).
Propriedade pública MemberId Gets or sets a member identifier.
Propriedade pública MemberType Gets or sets a member type.
Propriedade pública ModelId Gets or sets the model identifier.
Propriedade pública NewValue Gets or sets the new value after the transaction.
Propriedade pública PageNumber Gets or sets a page number of the data being retrieved.
Propriedade pública PageSize Gets or sets the amount of records to retrieve.
Propriedade pública PriorValue Gets or sets a prior transaction value.
Propriedade pública SortColumn Gets or sets the sort column.
Propriedade pública SortDirection Gets or sets the sort direction of the data.
Propriedade pública TransactionId Gets or sets a transaction identifier.
Propriedade pública TransactionType Gets or sets a transaction type.
Propriedade pública UserId Gets or sets a user identifier.
Propriedade pública VersionId Gets or sets the identifier 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 protegido SetProperty<T> Infraestrutura. Sets the property using the specified values. (Herdado de DataContractBase.)
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.Services.DataContracts