TransactionSearchCriteria Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The criteria used to get the MDM transactions.
public ref class TransactionSearchCriteria : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="TransactionSearchCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class TransactionSearchCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="TransactionSearchCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TransactionSearchCriteria = class
inherit DataContractBase
Public Class TransactionSearchCriteria
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The TransactionSearchCriteria specifies the criteria used to get the MDM transactions.
Constructors
TransactionSearchCriteria() |
Default constructor |
Properties
AttributeId |
Specifies the attribute identifier. |
CountOnly |
Specifies a value that indicates if the result of the query should be the count (true) or the actual transactions (false). |
DateTimeBeginRange |
Specifies the date time begin range. |
DateTimeEndRange |
Specifies the date time end range. |
EntityId |
Specifies the entity identifier. |
ExplicitHierarchyId |
Obsolete.
Specifies the explicit hierarchy identifier. |
MemberId |
Specifies the member identifier. |
MemberType |
Specifies the member type. |
ModelId |
Specifies the model identifier. |
NewValue |
Specifies the new value. |
PageNumber |
Specifies the page of the data being retrieved. |
PageSize |
Specifies the amount of records to retrieve |
PriorValue |
Specifies the prior value. |
SortColumn |
Specifies the sort column. |
SortDirection |
Specifies how the data will be sorted. |
TransactionId |
Specifies the transaction identifier. |
TransactionType |
Specifies the transaction type. |
UserId |
Specifies the user identifier. |
VersionId |
Specifies the version identifier. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |