Freigeben über


TransactionSearchCriteria-Klasse

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

Vererbungshierarchie

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

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

Syntax

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

Der TransactionSearchCriteria-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode TransactionSearchCriteria Initializes a new instance of the TransactionSearchCriteria class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AttributeId Gets or sets an attribute identifier.
Öffentliche Eigenschaft DateTimeBeginRange Gets or sets a beginning date/time filter.
Öffentliche Eigenschaft DateTimeEndRange Gets or sets an ending date/time filter.
Öffentliche Eigenschaft EntityId Gets or sets the identifier of an entity.
Öffentliche Eigenschaft ExplicitHierarchyId Gets or sets the identifier of an explicit hierarchy (for Move transactions).
Öffentliche Eigenschaft MemberId Gets or sets a member identifier.
Öffentliche Eigenschaft MemberType Gets or sets a member type.
Öffentliche Eigenschaft ModelId Gets or sets the model identifier.
Öffentliche Eigenschaft NewValue Gets or sets the new value after the transaction.
Öffentliche Eigenschaft PageNumber Gets or sets a page number of the data being retrieved.
Öffentliche Eigenschaft PageSize Gets or sets the amount of records to retrieve.
Öffentliche Eigenschaft PriorValue Gets or sets a prior transaction value.
Öffentliche Eigenschaft SortColumn Gets or sets the sort column.
Öffentliche Eigenschaft SortDirection Gets or sets the sort direction of the data.
Öffentliche Eigenschaft TransactionId Gets or sets a transaction identifier.
Öffentliche Eigenschaft TransactionType Gets or sets a transaction type.
Öffentliche Eigenschaft UserId Gets or sets a user identifier.
Öffentliche Eigenschaft VersionId Gets or sets the identifier of a version.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode SetProperty<T> Infrastruktur Sets the property using the specified values. (Geerbt von DataContractBase.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Services.DataContracts-Namespace