Transaction Class
Any master data changes together with the user and time information that is associated with the change.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::Transaction
| Name | Description | |
|---|---|---|
![]() | Transaction() | Default constructor |
| Name | Description | |
|---|---|---|
![]() | AttributeId | Specifies the attribute that is changed. |
![]() | Date | Specifies when the change happened. |
![]() | EntityId | Specifies the entity of the member |
![]() | ExplicitHierarchyId | Obsolete. Specifies the hierarchy the member is in. |
![]() | Id | Specifies the identifier of the transaction |
![]() | MemberId | Specifies the identifier of the associated member |
![]() | MemberType | Specifies the memberType of the associated member |
![]() | ModelId | Specifies the model of the transaction |
![]() | NewValue | Specifies the value that resulted from the change. |
![]() | PriorValue | Specifies the value before the change. |
![]() | TransactionType | Specifies the type of the transaction. |
![]() | UserId | Specifies the user who made the change. |
![]() | VersionId | Specifies the version of the transaction |
| 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 Transaction complex type specifies a master data change transaction.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


