ChangeSet Class

 

A set of all member data changes.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

System::Object
  Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts::ChangeSet

[DataContractAttribute(Name = "ChangeSet", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ChangeSet : DataContractBase

NameDescription
System_CAPS_pubmethodChangeSet()

Initializes a new instance of the ChangeSet class.

NameDescription
System_CAPS_pubpropertyAuditInfo

Gets or sets the AuditInfo complex type.

System_CAPS_pubpropertyDescription

Gets or sets the description of the change set.

System_CAPS_pubpropertyEntityId

Gets or sets the Identifier complex type.

System_CAPS_pubpropertyIdentifier

Gets or sets the Identifier complex type.

System_CAPS_pubpropertyStatus

Gets or sets the status of the change set.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSetProperty<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.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: