ServiceClient.IService.BusinessRulesPublish Method
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.
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