EntityMembersCreateResponse 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 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.