ServiceClient.IService.EntityMembersGet(EntityMembersGetRequest) Method

Definition

Retrieves the filtered set of members and their data from an entity.

 virtual Microsoft::MasterDataServices::EntityMembersGetResponse ^ Microsoft.MasterDataServices.IService.EntityMembersGet(Microsoft::MasterDataServices::EntityMembersGetRequest ^ request) = Microsoft::MasterDataServices::IService::EntityMembersGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.EntityMembersGetResponse IService.EntityMembersGet (Microsoft.MasterDataServices.EntityMembersGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.EntityMembersGet : Microsoft.MasterDataServices.EntityMembersGetRequest -> Microsoft.MasterDataServices.EntityMembersGetResponse
override this.Microsoft.MasterDataServices.IService.EntityMembersGet : Microsoft.MasterDataServices.EntityMembersGetRequest -> Microsoft.MasterDataServices.EntityMembersGetResponse
Function EntityMembersGet (request As EntityMembersGetRequest) As EntityMembersGetResponse Implements IService.EntityMembersGet

Parameters

request
EntityMembersGetRequest

The get request.

Returns

The EntityMembersGetResponse for the operation.

Implements

Attributes

Remarks

By default, the request gets leaf members. To get other types of members, specify the type by using MemberType in the request.

Applies to