EntityMembersGetResponse Constructors

Definition

Initializes a new instance of the EntityMembersGetResponse class.

Overloads

EntityMembersGetResponse()

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

EntityMembersGetResponse(EntityMembers, EntityMembersInformation, OperationResult)

Initializes a new instance of the EntityMembersGetResponse class that has the specified entity members, entity members information, and operation result.

EntityMembersGetResponse()

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

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

Applies to

EntityMembersGetResponse(EntityMembers, EntityMembersInformation, OperationResult)

Initializes a new instance of the EntityMembersGetResponse class that has the specified entity members, entity members information, and operation result.

public:
 EntityMembersGetResponse(Microsoft::MasterDataServices::EntityMembers ^ EntityMembers, Microsoft::MasterDataServices::EntityMembersInformation ^ EntityMembersInformation, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public EntityMembersGetResponse (Microsoft.MasterDataServices.EntityMembers EntityMembers, Microsoft.MasterDataServices.EntityMembersInformation EntityMembersInformation, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.EntityMembersGetResponse : Microsoft.MasterDataServices.EntityMembers * Microsoft.MasterDataServices.EntityMembersInformation * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.EntityMembersGetResponse
Public Sub New (EntityMembers As EntityMembers, EntityMembersInformation As EntityMembersInformation, OperationResult As OperationResult)

Parameters

EntityMembers
EntityMembers

The entity members.

EntityMembersInformation
EntityMembersInformation

The entity members' information.

OperationResult
OperationResult

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

Applies to