Compartir a través de


Clase TransactionSearchCriteria

Represents the criteria used to get the Administrador de datos maestros transactions.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.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 identifier.
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 identifier of an entity.
Propiedad pública ExplicitHierarchyId Gets or sets the identifier of an explicit hierarchy (for Move transactions).
Propiedad pública MemberId Gets or sets a member identifier.
Propiedad pública MemberType Gets or sets a member type.
Propiedad pública ModelId Gets or sets the model identifier.
Propiedad pública NewValue Gets or sets the new value after the transaction.
Propiedad pública PageNumber Gets or sets a page number of the data being retrieved.
Propiedad pública PageSize Gets or sets the amount of records to retrieve.
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 of the data.
Propiedad pública TransactionId Gets or sets a transaction identifier.
Propiedad pública TransactionType Gets or sets a transaction type.
Propiedad pública UserId Gets or sets a user identifier.
Propiedad pública VersionId Gets or sets the identifier of a version.

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 protegido SetProperty<T> Infraestructura. Sets the property using the specified values. (Se hereda de DataContractBase.)
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.Services.DataContracts