Partilhar via


Classe TransactionSearchCriteria

Defines the transaction criteria for the operations result set.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.TransactionSearchCriteria

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.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 ID.
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 globally unique identifier (GUID) or the name of an entity to further restrict output.
Propriedade pública ExplicitHierarchyId Gets or sets an explicit hierarchy (for move transactions).
Propriedade pública ExtensionData Gets or sets the structure that contains extra data. (Herdado de DataContractBase.)
Propriedade pública MemberId Gets or sets a member ID.
Propriedade pública MemberType Gets or sets a member type.
Propriedade pública ModelId Gets or sets all transactions for a model or version or to query specific transactions using specified criteria.
Propriedade pública NewValue Gets or sets the new value after the transaction.
Propriedade pública PageNumber Gets or sets a page number.
Propriedade pública PageSize Gets or sets a page size.
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.
Propriedade pública TransactionId Gets or sets a transaction ID.
Propriedade pública TransactionType Gets or sets the transaction type.
Propriedade pública UserId Gets or sets a user ID.
Propriedade pública VersionId Gets or sets a version ID.

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