ChangeSet Class
A set of all member data changes.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::ChangeSet
| Name | Description | |
|---|---|---|
![]() | ChangeSet() | Initializes a new instance of the ChangeSet class. |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Gets or sets the AuditInfo complex type. |
![]() | Description | Gets or sets the description of the change set. |
![]() | EntityId | Gets or sets the Identifier complex type. |
![]() | Identifier | Gets or sets the Identifier complex type. |
![]() | Status | Gets or sets the status of the change set. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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.) |
![]() | ToString() | (Inherited from Object.) |
The ChangeSet complex type specifies a set that includes all the changes that were made to member data in the specified model.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


