EntityMembersMergeResponse Constructors

Definition

Initializes a new instance of the EntityMembersMergeResponse class.

Overloads

EntityMembersMergeResponse()

Initializes a new instance of the EntityMembersMergeResponse class that has default values.

EntityMembersMergeResponse(Collection<MemberIdentifier>, OperationResult)

Initializes a new instance of the EntityMembersMergeResponse class that has the specified created members and operation result.

EntityMembersMergeResponse()

Initializes a new instance of the EntityMembersMergeResponse class that has default values.

public:
 EntityMembersMergeResponse();
public EntityMembersMergeResponse ();
Public Sub New ()

Applies to

EntityMembersMergeResponse(Collection<MemberIdentifier>, OperationResult)

Initializes a new instance of the EntityMembersMergeResponse class that has the specified created members and operation result.

public:
 EntityMembersMergeResponse(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::MemberIdentifier ^> ^ CreatedMembers, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public EntityMembersMergeResponse (System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.MemberIdentifier> CreatedMembers, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.EntityMembersMergeResponse : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.MemberIdentifier> * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.EntityMembersMergeResponse
Public Sub New (CreatedMembers As Collection(Of MemberIdentifier), OperationResult As OperationResult)

Parameters

CreatedMembers
Collection<MemberIdentifier>

The collection of the created members.

OperationResult
OperationResult

The operation result, including a unique ID for tracking and logging.

Applies to