Changeset 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.
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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |