ServiceClient.BusinessRulesCreate Method

Definition

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.

Applies to