EntityMembersMergeResponse Constructors
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.
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.