ServiceClient.IService.BusinessRulesClone(BusinessRulesCloneRequest) Method

Definition

Creates new business rules which are exact copies of business rules from another source, retaining the globally unique identifiers (GUIDs) of the original objects.

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

Parameters

request
BusinessRulesCloneRequest

The clone request.

Returns

The MessageResponse for the operation.

Implements

Attributes

Applies to