Класс TransactionSearchCriteria

Represents the criteria used to get the Диспетчер основных данных transactions.

Иерархия наследования

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

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "TransactionSearchCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class TransactionSearchCriteria _
    Inherits DataContractBase
'Применение
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

Тип TransactionSearchCriteria обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод TransactionSearchCriteria Initializes a new instance of the TransactionSearchCriteria class.

В начало

Свойства

  Имя Описание
Открытое свойство AttributeId Gets or sets an attribute identifier.
Открытое свойство DateTimeBeginRange Gets or sets a beginning date/time filter.
Открытое свойство DateTimeEndRange Gets or sets an ending date/time filter.
Открытое свойство EntityId Gets or sets the identifier of an entity.
Открытое свойство ExplicitHierarchyId Gets or sets the identifier of an explicit hierarchy (for Move transactions).
Открытое свойство MemberId Gets or sets a member identifier.
Открытое свойство MemberType Gets or sets a member type.
Открытое свойство ModelId Gets or sets the model identifier.
Открытое свойство NewValue Gets or sets the new value after the transaction.
Открытое свойство PageNumber Gets or sets a page number of the data being retrieved.
Открытое свойство PageSize Gets or sets the amount of records to retrieve.
Открытое свойство PriorValue Gets or sets a prior transaction value.
Открытое свойство SortColumn Gets or sets the sort column.
Открытое свойство SortDirection Gets or sets the sort direction of the data.
Открытое свойство TransactionId Gets or sets a transaction identifier.
Открытое свойство TransactionType Gets or sets a transaction type.
Открытое свойство UserId Gets or sets a user identifier.
Открытое свойство VersionId Gets or sets the identifier of a version.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод SetProperty<T> Инфраструктура. Sets the property using the specified values. (Производный от DataContractBase.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices.Services.DataContracts