EntityMembersCreateResponse Constructors

Definition

Initializes a new instance of the EntityMembersCreateResponse class.

Overloads

EntityMembersCreateResponse()

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

EntityMembersCreateResponse(Collection<MemberIdentifier>, OperationResult)

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

EntityMembersCreateResponse()

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

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

Applies to

EntityMembersCreateResponse(Collection<MemberIdentifier>, OperationResult)

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

public:
 EntityMembersCreateResponse(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::MemberIdentifier ^> ^ CreatedMembers, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public EntityMembersCreateResponse (System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.MemberIdentifier> CreatedMembers, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.EntityMembersCreateResponse : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.MemberIdentifier> * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.EntityMembersCreateResponse
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