TransactionType Enumeration
Specifies the type of member change that is identified in a transaction.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
| Member name | Description | |
|---|---|---|
| AnnotateMember | An annotation was added to a member. | |
| ChangeMemberStatus | A member was deleted (deactivated) or undeleted (reactivated). | |
| CreateMember | A member was created. | |
| MoveMemberToParent | Obsolete. A member was moved under a new parent in an explicit hierarchy. | |
| MoveMemberToSibling | Obsolete. A member was moved behind a new sibling in an explicit hierarchy. | |
| NotSpecified | Not specified. | |
| SetAttributeValue | An attribute value of a member was changed. |
The TransactionType simple type specifies the type of member change that is identified in a transaction.