EntityMemberKeyGetResponse Constructors

Definition

Initializes a new instance of the EntityMemberKeyGetResponse class.

Overloads

EntityMemberKeyGetResponse()

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

EntityMemberKeyGetResponse(Collection<MemberKey>, OperationResult)

Initializes a new instance of the EntityMemberKeyGetResponse class that has the specified member keys and operation result.

EntityMemberKeyGetResponse()

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

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

Applies to

EntityMemberKeyGetResponse(Collection<MemberKey>, OperationResult)

Initializes a new instance of the EntityMemberKeyGetResponse class that has the specified member keys and operation result.

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

Parameters

MemberKeys
Collection<MemberKey>

Collection of member keys containing member codes (if internal IDs are provided) or internal IDs (if member codes are provided).

OperationResult
OperationResult

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

Applies to