ModelMembersGetResponse Constructors

Definition

Initializes a new instance of the ModelMembersGetResponse class.

Overloads

ModelMembersGetResponse()

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

ModelMembersGetResponse(Collection<EntityMembers>, OperationResult)

Initializes a new instance of the ModelMembersGetResponse class that has the specified model members to get and the operation result.

ModelMembersGetResponse()

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

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

Applies to

ModelMembersGetResponse(Collection<EntityMembers>, OperationResult)

Initializes a new instance of the ModelMembersGetResponse class that has the specified model members to get and the operation result.

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

Parameters

ModelMembers
Collection<EntityMembers>

The model members to get.

OperationResult
OperationResult

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

Applies to