Changeset Class

Definition

A set of all member data changes.

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

Remarks

The Changeset complex type specifies a set that includes all the changes that were made to member data in the specified model.

Constructors

Changeset()

Properties

AuditInfo

Specifies the AuditInfo complex type.

Description

Specifies the description of the Changeset.

EntityId

Specifies the Identifier complex type.

Identifier

Specifies the Identifier complex type.

Status

Specifies the status of the Changeset.

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