TransactionSearchCriteria Class
The criteria used to get the MDM transactions.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::TransactionSearchCriteria
| Name | Description | |
|---|---|---|
![]() | TransactionSearchCriteria() | Default constructor |
| Name | Description | |
|---|---|---|
![]() | AttributeId | Gets or sets the attribute identifier. |
![]() | CountOnly | Gets or sets a value that indicates whether the result of the query should be the count (true) or the actual transactions (false). |
![]() | DateTimeBeginRange | Gets or sets the date time begin range. |
![]() | DateTimeEndRange | Gets or sets the date time end range. |
![]() | EntityId | Gets or sets the entity identifier. |
![]() | ExplicitHierarchyId | Obsolete. Gets or sets the explicit hierarchy identifier. |
![]() | MemberId | Gets or sets the member identifier. |
![]() | MemberType | Gets or sets the member type. |
![]() | ModelId | Gets or sets the model identifier. |
![]() | NewValue | Gets or sets the new value. |
![]() | PageNumber | Gets or sets the page number of the data being retrieved. |
![]() | PageSize | Gets or sets the amount of records to retrieve. |
![]() | PriorValue | Gets or sets the prior value. |
![]() | SortColumn | Gets or sets the sort column. |
![]() | SortDirection | Gets or sets on how the data will be sorted. |
![]() | TransactionId | Gets or sets the transaction identifier. |
![]() | TransactionType | Gets or sets the transaction type. |
![]() | UserId | Gets or sets the user identifier. |
![]() | VersionId | Gets or sets the version identifier. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The TransactionSearchCriteria specifies the criteria used to get the MDM transactions.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


