EntityMembersGetResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.