ServiceClient.BusinessRulesCreate 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.
Creates new business rules instance.
public:
Microsoft::MasterDataServices::OperationResult ^ BusinessRulesCreate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::BusinessRules ^ % BusinessRuleSet, bool ReturnCreatedIdentifiers);
public Microsoft.MasterDataServices.OperationResult BusinessRulesCreate (Microsoft.MasterDataServices.International International, ref Microsoft.MasterDataServices.BusinessRules BusinessRuleSet, bool ReturnCreatedIdentifiers);
member this.BusinessRulesCreate : Microsoft.MasterDataServices.International * BusinessRules * bool -> Microsoft.MasterDataServices.OperationResult
Public Function BusinessRulesCreate (International As International, ByRef BusinessRuleSet As BusinessRules, ReturnCreatedIdentifiers As Boolean) As OperationResult
Parameters
- International
- International
The cultural settings.
- BusinessRuleSet
- BusinessRules
The set of business rules (array of actions or conditions) for the newly created business rules instance, passed by reference.
- ReturnCreatedIdentifiers
- Boolean
true
to return the newly generated identifiers; otherwise, false
.
Returns
An OperationResult object that represents the result of the operation.