TransactionSearchCriteria Class

Defines the transaction criteria for the operations result set.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.TransactionSearchCriteria

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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

The TransactionSearchCriteria type exposes the following members.

Constructors

  Name Description
Public method TransactionSearchCriteria Initializes a new instance of the TransactionSearchCriteria class.

Top

Properties

  Name Description
Public property AttributeId Gets or sets an attribute ID.
Public property DateTimeBeginRange Gets or sets a beginning date/time filter.
Public property DateTimeEndRange Gets or sets an ending date/time filter.
Public property EntityId Gets or sets the globally unique identifier (GUID) or the name of an entity to further restrict output.
Public property ExplicitHierarchyId Gets or sets an explicit hierarchy (for move transactions).
Public property ExtensionData Gets or sets the structure that contains extra data. (Inherited from DataContractBase.)
Public property MemberId Gets or sets a member ID.
Public property MemberType Gets or sets a member type.
Public property ModelId Gets or sets all transactions for a model or version or to query specific transactions using specified criteria.
Public property NewValue Gets or sets the new value after the transaction.
Public property PageNumber Gets or sets a page number.
Public property PageSize Gets or sets a page size.
Public property PriorValue Gets or sets a prior transaction value.
Public property SortColumn Gets or sets the sort column.
Public property SortDirection Gets or sets the sort direction.
Public property TransactionId Gets or sets a transaction ID.
Public property TransactionType Gets or sets the transaction type.
Public property UserId Gets or sets a user ID.
Public property VersionId Gets or sets a version ID.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.MasterDataServices Namespace