Transaction 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.
Any master data changes together with the user and time information that is associated with the change.
public ref class Transaction : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="Transaction", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Transaction : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="Transaction", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Transaction = class
inherit DataContractBase
Public Class Transaction
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The Transaction complex type specifies a master data change transaction.
Constructors
Transaction() |
Default constructor |
Properties
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 |
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. |