Condividi tramite


Classe TransactionSearchCriteria

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

Gerarchia di ereditarietà

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

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

Sintassi

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

Nel tipo TransactionSearchCriteria sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

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