ReplacementId Class

Definition

An individual transaction that was replaced during the transaction reverse operation, including prior and new identifiers.

public ref class ReplacementId : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="ReplacementId", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ReplacementId : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="ReplacementId", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ReplacementId = class
    inherit DataContractBase
Public Class ReplacementId
Inherits DataContractBase
Inheritance
ReplacementId
Attributes

Remarks

The ReplacementId specifies an individual transaction that was replaced during the transaction reverse operation, including prior and new identifiers.

Constructors

ReplacementId()

Initializes a new instance of the ReplacementId class.

Properties

NewId

Specifies the new identifier.

PriorId

Specifies the prior identifier.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
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)

Applies to