Transaction Properties

Include Protected Members
Include Inherited Members

The Transaction type exposes the following members.

Properties

  Name Description
Public property AttributeId Gets or sets the Identifier of the attribute updated in the transaction (if applicable).
Public property Date Gets or sets the DateTime of the transaction.
Public property EntityId Gets or sets the Identifier of the entity updated in the transaction.
Public property ExplicitHierarchyId Gets or sets the Identifier of the explicit hierarchy updated in the transaction (if applicable).
Public property Id Gets or sets the integer ID of the transaction.
Public property MemberId Gets or sets the Identifier of the master data member updated in the transaction.
Public property MemberType Gets or sets MemberType simple type.
Public property ModelId Gets or sets the Identifier of the model updated in the transaction.
Public property NewValue Gets or sets the new value created by the transaction.
Public property PriorValue Gets or sets the old value replaced by the transaction.
Public property TransactionType Gets or sets the TransactionType of the transaction.
Public property UserId Gets or sets the Identifier of the user who created the transaction.
Public property VersionId Gets or sets the Identifier of the version updated in the transaction.

Top