ServiceClient.IService.BusinessRulesPublish Method

Definition

Publishes the business rules for a model or entity or member type.

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

Parameters

request
BusinessRulesPublishRequest

The publish request.

Returns

The MessageResponse for the operation.

Implements

Attributes

Applies to