ModelMembersBulkMergeResponse Class

 

Represents a response to a request for asynchronous batch updating or creating of members within an entity.

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

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
    Microsoft.MasterDataServices.Services.MessageContracts.ModelMembersBulkCrudResponse
      Microsoft.MasterDataServices.Services.MessageContracts.ModelMembersBulkMergeResponse

Syntax

[MessageContractAttribute]
public class ModelMembersBulkMergeResponse : ModelMembersBulkCrudResponse
[MessageContractAttribute]
public ref class ModelMembersBulkMergeResponse : ModelMembersBulkCrudResponse
[<MessageContractAttribute>]
type ModelMembersBulkMergeResponse = 
    class
        inherit ModelMembersBulkCrudResponse
    end
<MessageContractAttribute>
Public Class ModelMembersBulkMergeResponse
    Inherits ModelMembersBulkCrudResponse

Constructors

Name Description
System_CAPS_pubmethod ModelMembersBulkMergeResponse()

Initializes a new instance of the ModelMembersBulkMergeResponse class.

Properties

Name Description
System_CAPS_pubproperty OperationResult

Gets or sets the result of an operation.(Inherited from MessageResponse.)

System_CAPS_pubproperty StagingBatches

Gets or sets the list of staging batch records.(Inherited from ModelMembersBulkCrudResponse.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top