Constructeur BusinessRulesCreateRequest (International, BusinessRules, Boolean)
Initializes a new instance of the BusinessRulesCreateRequest class with the specified cultural settings, set of business rules, and .
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
International As International, _
BusinessRuleSet As BusinessRules, _
ReturnCreatedIdentifiers As Boolean _
)
'Utilisation
Dim International As International
Dim BusinessRuleSet As BusinessRules
Dim ReturnCreatedIdentifiers As Boolean
Dim instance As New BusinessRulesCreateRequest(International, _
BusinessRuleSet, ReturnCreatedIdentifiers)
public BusinessRulesCreateRequest(
International International,
BusinessRules BusinessRuleSet,
bool ReturnCreatedIdentifiers
)
public:
BusinessRulesCreateRequest(
International^ International,
BusinessRules^ BusinessRuleSet,
bool ReturnCreatedIdentifiers
)
new :
International:International *
BusinessRuleSet:BusinessRules *
ReturnCreatedIdentifiers:bool -> BusinessRulesCreateRequest
public function BusinessRulesCreateRequest(
International : International,
BusinessRuleSet : BusinessRules,
ReturnCreatedIdentifiers : boolean
)
Paramètres
- International
Type : Microsoft.MasterDataServices.International
Cultural settings.
- BusinessRuleSet
Type : Microsoft.MasterDataServices.BusinessRules
A set of business rules.
- ReturnCreatedIdentifiers
Type : System.Boolean
Indicator whether the object should be returned with the newly generated ID.
Voir aussi
Référence
BusinessRulesCreateRequest Classe