Compartir a través de


Clase TransactionSearchCriteria

Defines the transaction criteria for the operations result set.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<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

El tipo TransactionSearchCriteria expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público TransactionSearchCriteria Initializes a new instance of the TransactionSearchCriteria class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AttributeId Gets or sets an attribute ID.
Propiedad pública DateTimeBeginRange Gets or sets a beginning date/time filter.
Propiedad pública DateTimeEndRange Gets or sets an ending date/time filter.
Propiedad pública EntityId Gets or sets the globally unique identifier (GUID) or the name of an entity to further restrict output.
Propiedad pública ExplicitHierarchyId Gets or sets an explicit hierarchy (for move transactions).
Propiedad pública ExtensionData Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.)
Propiedad pública MemberId Gets or sets a member ID.
Propiedad pública MemberType Gets or sets a member type.
Propiedad pública ModelId Gets or sets all transactions for a model or version or to query specific transactions using specified criteria.
Propiedad pública NewValue Gets or sets the new value after the transaction.
Propiedad pública PageNumber Gets or sets a page number.
Propiedad pública PageSize Gets or sets a page size.
Propiedad pública PriorValue Gets or sets a prior transaction value.
Propiedad pública SortColumn Gets or sets the sort column.
Propiedad pública SortDirection Gets or sets the sort direction.
Propiedad pública TransactionId Gets or sets a transaction ID.
Propiedad pública TransactionType Gets or sets the transaction type.
Propiedad pública UserId Gets or sets a user ID.
Propiedad pública VersionId Gets or sets a version ID.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices