Класс TransactionSearchCriteria

Represents a request complex type that defines the Transaction criteria for the operations result set.

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

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

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

Синтаксис

'Декларация
<DataContractAttribute(Name := "TransactionSearchCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class TransactionSearchCriteria
'Применение
Dim instance As TransactionSearchCriteria
[DataContractAttribute(Name = "TransactionSearchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class TransactionSearchCriteria
[DataContractAttribute(Name = L"TransactionSearchCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class TransactionSearchCriteria
[<DataContractAttribute(Name = "TransactionSearchCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TransactionSearchCriteria =  class end
public class TransactionSearchCriteria

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AttributeId Gets or sets an attribute ID.
Открытое свойство DateTimeBeginRange Gets or sets a beginning date/time filter.
Открытое свойство DateTimeEndRange Gets or sets an ending date/time filter.
Открытое свойство EntityId Gets or sets GUID or the Name of an Entity to further restrict output.
Открытое свойство ExplicitHierarchyId Gets or sets an Explicit Hierarchy (for Move transactions).
Открытое свойство MemberId Gets or sets a member ID.
Открытое свойство MemberType Gets or sets a member type.
Открытое свойство ModelId Use TransactionsGet to retrieve all transactions for a Model|Version or to query specific transactions using specified criteria.
Открытое свойство NewValue Gets or sets the new value after the transaction.
Открытое свойство PageNumber Gets or sets a page number.
Открытое свойство PageSize Gets or sets a page size.
Открытое свойство PriorValue Gets or sets a prior transaction value.
Открытое свойство SortColumn Gets or sets a sort column.
Открытое свойство SortDirection Gets or sets the sort direction.
Открытое свойство TransactionId Gets or sets a transaction ID.
Открытое свойство TransactionType Gets or sets a transaction type.
Открытое свойство UserId Gets or sets a user ID.
Открытое свойство VersionId Gets or sets GUID or the exact Name of a Version.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

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

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